Forum Discussion
Power automate dynamic export
- 1 year ago
you need to check the output of the trigger but it's likely something like
item()?['Column1']
I specify the report export filter as the usage of my slicer column in the ReportLevelFilters field in export to file step (second image). It follows OData conventions but the report that i receive after exporting is not filtered.
How can I check that the column used in the slicer impact the report's semantic model?
Another think that I noticed right now is that if I filter the slicer and then save the report, I receive filtered report by the last saved slilcer values. But when I tried to clear all filters and then save this report, I have the version with selected value in the slicer and not the cleared one. When i send email with the report, I receive the latest saved version and it cannot be fileterd.
Do you know how can I clear filters, save the report and make the power automate filter the report in export to file step?
- lbendlin1 year agoSuper User
You would consult your data model. Check the direction of the arrows.
Your Flow code is missing the single quotes around the Power BI value.
- Bromik1 year agoHelper I
The problem is now solved! Thank you for your help!
- Justin_GR1 year agoFrequent Visitor
Hi, i have the same problem. But how did you fix it?