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.
Hi, i want to extract a matrix visual every morning at 07:30. I want to do this with power automate. The extraction must be done into an csv file and i want the csv file to be dumped in a specific sharepoint. Is this possible?
Solved! Go to Solution.
yes, it is possible.
wherein you can use the power BI REST API to extract the data and upload in sharepoint.
The below blog provides a similar aspect :
wherein ˆthe logic app framework is equivalent to the power automate one
Yes, you could do this with the "Query a Power BI dataset" in Power Automate. There's a "create csv" action, you'd use that in conjunction with the "create file" action on the rows returned by querying the dataset. You can copy the DAX your matrix is using with the performance analyzer tool and use that for the query to return the same data.
Keep in mind though that a CSV is definitionally flat, where a matrix is pivoted, so it's not going to resemble the matrix like you'd get with Power Pivot etc.
yes, it is possible.
wherein you can use the power BI REST API to extract the data and upload in sharepoint.
The below blog provides a similar aspect :
wherein ˆthe logic app framework is equivalent to the power automate one
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
4 | |
4 | |
4 |