Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
i have a large dataset that I need to filter out. for example, the original dataset has:
1,2,3,4,5,6,7 but i only need 4,5,6 but the thing is that people are constantly updating the excel sheet every so minutes
. I am currently using power query editor to only filter out the 4,5,6 to make it into a table. When I do that, will power bi automatically update the table that I have filtered out and if so, how can i change the recurrance of how often the power bi gets refereshed and if not, how can i do that ?
Solved! Go to Solution.
Two ways:
For specific help if you want to go the Power Automate route, you'll need the SharePoint trigger and Power BI Action in Power Automate. The folks in the Power Automate forum can assist if you have any issues. The SharePoint monitoring will be the trickiest, but still not overly difficult. Forums - Power Platform Community (microsoft.com)
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingHi @Anonymous ,
In power bi desktop, when you connect to sharepoint, you need to click the 'Refresh' button manually to get the latest updated data from the data source if you do not re-open the report.
For automatical update, you can publish the report to power bi service and set sceduled refresh for it.
You can set the refresh frequency in power bi service:
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
In power bi desktop, when you connect to sharepoint, you need to click the 'Refresh' button manually to get the latest updated data from the data source if you do not re-open the report.
For automatical update, you can publish the report to power bi service and set sceduled refresh for it.
You can set the refresh frequency in power bi service:
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Two ways:
For specific help if you want to go the Power Automate route, you'll need the SharePoint trigger and Power BI Action in Power Automate. The folks in the Power Automate forum can assist if you have any issues. The SharePoint monitoring will be the trickiest, but still not overly difficult. Forums - Power Platform Community (microsoft.com)
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting