The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I have completed a powerbi integration using power apps. The App is embedded on a PowerBI dashboard. The purpose is to take the asset_id values from a PowerBI table and pass it to a PowerAutomate flow.
Initially it works (as seen in green boxes). The asset_id from the table is camptured in the app on the right...but when I change the filter on top, asset id is no longer populated to the app (second screenshot). Can anyone help?
When the slicer is changed, the asset value is not captured...screenshot below:
Solved! Go to Solution.
The App is embedded on a PowerBI dashboard.
You cannot embed PowerApps in dashboards. Your PowerApp is embedded in a REPORT.
but when I change the filter on top, asset id is no longer populated to the app
Hover over the filter icon for the PowerApp visual. It will tell you which filters are applied. Some of these filters result in the data values for the PowerApps visual being blank.
The App is embedded on a PowerBI dashboard.
You cannot embed PowerApps in dashboards. Your PowerApp is embedded in a REPORT.
but when I change the filter on top, asset id is no longer populated to the app
Hover over the filter icon for the PowerApp visual. It will tell you which filters are applied. Some of these filters result in the data values for the PowerApps visual being blank.
@lbendlin : You were right that filters were being applied to the app. I was able to solve the issue by making all single select filters into multi select filters however this does not meet the requirements. The requirements ask for a single select filtering option.
Is there to stop interaction between the app and certain filters? Currently the app seems to be taking arguments from all filters.
That's a question for your data model and the way your tables are wired. In general your data model should follow the business scenario.
this was very insightful. I was able to make progress. Thank you again.
you are spot on...i was able to make progress. Thank you...accepting your answer.