Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Anyone,
I wanted to Post this URL I created for Filtering in case anyone else has issues.
The Below Link will goto reportsection2 of my report , and dynamically filter based on a field called ImageTag
Notice in my constructed URL I had to include the %20 to make it work as well as the %252
Step1 - Filter the report Manually to ensure its working
Step 2 - Copy the URL to NotePad
Step 3 - Create Column and Include the entire URL Up-To right before the fist ' used in the filter value
"https://app.powerbi.com/groups/me/reports/39d1cfaa-569f-46fd-9a52-d4188135af23/ReportSection2?filter..."
Step 4 - Use the & operator to add the ' +dynamicfield + the ending '
&"'" & Kwiktag[ImageTag] &"'"
Workflow = "https://app.powerbi.com/groups/me/reports/39d1cfaa-569f-46fd-9a52-d4188135af23/ReportSection2?filter..." &"'" & Kwiktag[ImageTag] &"'"
For Some reason it needs the %20 and the %252 in the url and I couldnt get this to work without including them.
This Feature is very simular to SSRS reporting when you create an action Item on a field to open another report and Pass a parameter.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |