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
Hi All,
I have a table called 'Main Data' which shows data similar to the below:
Module No Owner Developed Reviewed Signed Off
1 A Yes Yes No
2 B No No No
3 C Yes Yes No
4 D Yes No No
5 A No No No
6 B Yes Yes Yes
7 B Yes Yes No
etc.
I have created a visual which shows the progress of each owner in all 3 columns together (counting all of the 'Yes' responses vs. the Total responses). I have done this by creating 2 measures:
Measure 1 (Current Progress) =
Measure 2 (Total) = (COUNTROWS('Main Data')*3)
Now I want a slicer on the page which can filter the data for only specific columns i.e. only developed or reviewed or signed off. But I have no idea how to implement this in PowerBI. The two ways I have tried so far have failed:
1) Using Field Parameters - this doesn't work as Field Parameters cannot replace the relevant data within my measures (parameters in measures is not yet supported in PowerBI)
2) Unpivoting columns - this solution creates chaos with my other metrics and visuals in the dashboard
Could anyone help me please?
Thank you!
Solved! Go to Solution.
Unpivoting is the right thing to do in most cases. See if you can overcome the chaos by adjusting the rest of your report.
Unpivoting is the right thing to do in most cases. See if you can overcome the chaos by adjusting the rest of your report.
Hi, yes you are correct, I managed to overcome this issue through unpivoting the selected columns within a duplicate version of the same dataset (so my other visuals were not affected). Thank you 🙂
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 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |