Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Filter Power Apps in Power BI

Hi,

 

I created a Power Bi report and on one of the pages I have a visualization of my Power Apps

I would like to filter all of my pages with filters

 

I tried to get my Power Apps values ​​to display based on my data from Power Bi using the Filter function on the Items property of my Gallery:

Filter('public.emergency_management', part_number in PowerBIIntegration.Data.part_number, business_unit in PowerBIIntegration.Data.business_unit)

 

The problem is that it doesn't fully work, only for a certain filter

For the rest, it returns nothing

 

Thanks for your help