Ag Grid Enterprise Grouping - grouping

I'm trying to figure out how AgGrid makes the request for new data when a group is expanded. I've seen this https://www.ag-grid.com/javascript-grid-enterprise-model/#enterprise-datasource in the docs but it doesn't give a great explanation as to how you setup the dataSource to receive the new data. Any help or suggestions would be greatly appreciated:

Related

FACEBOOK API - POWER BI - ERROR TO IMPORT AD_NAME AND ADSET_NAME

I'm trying to import data of leads from FACEBOOK API to POWER BI. But, the "ad_name" and "adset_name" it's not appearing. I'm usign the bellow code:
act_548351656683396/insights?time_range={"since":"2022-01-01","until":"2022-09-30"}&level=ad&level=adset&level=campaign&fields=adset_name,campaign_name,ad_name,spend,objective,created_time,clicks,frequency,impressions,reach,actions&limit=5000 +access
I'd like to see too, the data per day. Someone can help me?
to help you with this it would require more details, are you using some tool to pull this data? does this tool support these field? might it be an issue with the limit ?

Attachment not filtered - Power Automate Send email with PBI pdf report attached

Try follow the steps in this article which describes exactly my situation
(https://wisedatadecisions.com/2021/01/18/filter-email-power-bi-report-pages-using-power-automate-excel/)
Everything worked as described, except for the part where it was supposed to attach a filtered pdf to the email, the urlfilter was not working, the pdf report attached to email contains everything unfiltered.
Also tried remove the space and include x0020 in the place of the spaces per this article (https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters).....no luck either.
Anyone had similar experience can share some knowledge, any idea what I've missed or done wrong?
Sample Excel table below. The Power Automate flow was able to extract and use all columns A-E and sent the email, only the pdf attached is not really filtered. I think something's not right with the URLFilter column, but don't know what's wrong.
thanks,

How to enable forecast option in PowerBI analytics?

Hi everyone,
I'm finding the forecast option under analytics but I couldn't find it. There is only one series of data in my line chart but the forecast option still not available, may I know what should I do in order to enable to forecast option? the screenshot below is my table in case needed:
Any help or advise will be greatly appreciated!
Edited

Output table in slack slash command

I want slash command to output data in a table format?
I know that I will have to setup a custom integration for this. I did that using GET Method.
I can setup my own web service on EC2 machine, but how should I make sure that data comes in table format.
May be something like this
My problem is how should I make available data present in tabular format?
It's unfortunately not possible to format Slack messages as a table in this way. You would need to resort to generating an image and referencing it in a message attachment. There is limited support for displaying simple fields and labels, but may not quite meet your needs.
We had the same problem. So We made a slack app and made it free for public. Please feel free to check it out. https://rendreit.digital
After installing the app to your slack. You can do /tableit and paste in csv data or anything you copied from a spreadsheet (Excel or Google Sheet).
It also let your preview the rendered table before you send it to the chat.

Ember event route, and defining individual event function

I am new to Ember but not Javascript so sorry for the ignorance in advance guys!! I have a routing question if anyone can help me. I have generated an events table with the route as events, but I am trying to configure the route and ALL necessary attributes associated with it to display a single event onClick to dim the background of the table and have specific content of the one event pop up. Been racking my brain to figure this out but only been using ember for about a month or less. Any assistance is greatly appreciated!