Forum Discussion
Anonymous
4 years agoNot applicable
Error Exporting Power BI using Power Automate using RLS
Hi All, I am trying to create Power BI Subscription logic (with filters and RLS) using Power Automate. We have Premium Capacity also. The requirement is to generate separate PDFs for each user bas...
lbendlin
4 years agoSuper User
Whatever works for you. The flow component takes care of a lot of the plumbing that you have to do manually when you do it via API calls (including waiting for the rendering to finish etc).
Anonymous
4 years agoNot applicable
The flow component achieves most of the things but it does NOT allow certain things.
My requirement was to generate Power BI reports in PDF based on RLS and should be based on Service Principal rather than a USER account, which generates an Access Token. You cannot pass a Token in the flow component as Authorization but API allows it to pass as part of the Header.