Forum Discussion
Execute Power BI report using Power Automate
- 3 years ago
Hey,
Thanks for reverting back!
yes, considering that there is a mandatory aspect of using Power apps and original source wuld stay as is, you can just leverage Power automate to do the needful rather than bringing in Power BI in between.
You can consume from multiple sources and merge and transform them via power automate
https://www.encodian.com/blog/working-with-file-contents-and-files-in-power-automate/
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-branches
2. On this trigger, execute Power BI report (uploaded in Power BI service).
In power BI report, I will make some modifications to the data.
This part is not clear to me. Maybe you mean "Initiate a Power BI dataset refresh"?
Note that dataset refreshes are processed asynchronously. You would have to include logic in your flow to wait for the completion of the refresh before proceeding with the next step.
In step 2, there will be some data modification required. Like, masking some data, adding few custom columns.
For this, I was exploring Power BI report/or any other possible way.
After these data modifications, I need the modified data to be stored back to Sharepoint.
- NandanHegde3 years agoSuper User
But you can also achive column addition, masking etc directly via power automate,logic app etc.
why use an intermittent layer of Power BI for transformations when you can actually leverage transformation tools- lbendlin3 years agoSuper User
Maybe it is more productive to cut Power BI from this scenario and go to the data source directly.
- PC203 years agoFrequent Visitor
I do have few limitations for this project:
- This data will be merged with 1 or 2 other data sources (not Sharepoint).
- There can't be any modifications to the origin as it is Application generated data.
- The origin data is not in Table format. It is either list/comma-separated data.
- The requirement was to implement using only Power Automate & Power BI.
That's is why was exploring this path.
- NandanHegde3 years agoSuper User
Hey,
Thanks for reverting back!
yes, considering that there is a mandatory aspect of using Power apps and original source wuld stay as is, you can just leverage Power automate to do the needful rather than bringing in Power BI in between.
You can consume from multiple sources and merge and transform them via power automate
https://www.encodian.com/blog/working-with-file-contents-and-files-in-power-automate/
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-branches