Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi folks!
I'm using PowerApps for PowerBI to give users detail about someting and give them access to edit the record.
Into PowerBI, I created a "FirstPage" with the items list and other as "Details" with the PowerApps app where the user can make their changes.
In PowerBI, I'm able to select the row (in the FirstPage) and go to the Details to work with this specific row. Using the "drill-through" field (Id) and everything is fine.
But also I want to send an email to user/s when they have an item assigned with the the URL to the specific Item towards the "Details" page.
I tried some things like: <url power bi> + >report section> + ?filter=<table>/<field> eq <value>
But, the URL doesn't works or PowerBI say "Getting your data"
Could you help me to make the correct URL?
Solved! Go to Solution.
Hi @devGV_88 ,
The Query string parameter syntax for filtering is:
URL?filter=Table/Field eq 'value'
Table and Field names are case-sensitive, value isn't.
For more details you can refer this link:
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @devGV_88 ,
The Query string parameter syntax for filtering is:
URL?filter=Table/Field eq 'value'
Table and Field names are case-sensitive, value isn't.
For more details you can refer this link:
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I've been trying this and each time I get the error message:
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |