Forum Discussion
Bromik
1 year agoHelper I
Power automate dynamic export
I have a dashboard with some different visualization for several companies financial data. In the dashboard there is a column where I can choose which companies data to include in the current visuali...
- 1 year ago
you need to check the output of the trigger but it's likely something like
item()?['Column1']
Bromik
1 year agoHelper I
In the output of the trigger the entity is:
"Power BI values": [
{
"Column1": "a"
},
{
"Column1": "b"
},
{
"Column1": "c"
},
{
"Column1": "d"
},
{
"Column1": "e"
},
{
"Column1": "f"
},
{
"Column1": "g"
}
I used item()?['Column1'] in the ReportLevelFilters field and also for the names of the emails. The names are correct:a,b,c... (so, item()?['Column1'] worked) but the report is not filtered.
Can you please tell me what I can do incorrectly and why the report does't take into accout the field in ReportLevelFilters?
I used item()?['Column1'] in the ReportLevelFilters field and also for the names of the emails. The names are correct:a,b,c... (so, item()?['Column1'] worked) but the report is not filtered.
Can you please tell me what I can do incorrectly and why the report does't take into accout the field in ReportLevelFilters?
lbendlin
1 year agoSuper User
ut the report is not filtered.
Where did this come from? Are you trying to create an export that is filtered by the slicer?