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,
Please see the screenshot below. I have a list of managers with different scores (percentages). I want to take the count of managers in each percentage range and show in a table/matrix. What is the best way to display this in Power BI? Thx!!
HI @Anonymous,
It sounds like a segment related requirement, you can take a look at the following blog about dynamic segmentation if helps:
Dynamic segmentation – DAX Patterns
For conditional formatting, you can write a measure formula to calculate the aggregate value, then you can use it as a condition to return different color codes and use it in color formatting.
Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
Hi,
That doesn't work. It just shows the manager names, not a count
Also the score is based on an average of several scores, not just 1. Not sure how to count/summarize this?
In you exemple the names of manager was not in the display.
But anyway to have the count, you have to put the field manager with a count on choice
Here's a better snapshot of the data in a matrix. I don't have the count option as a dropdown. Manager is in rows, testyswitch (which buckets the scores) is in values. If I drop down values in Visualizations, I see no Count
choose count
Hi,
that doesn't show up in the dropdown ( see below). and I can't switch manager to values, and testyswitch to rows (it won't allow it).
Sp try to send me uor pbix if you can
adda column to your table
Thx. How do I count the grouped values (see below for a screenshot of output based on switch)? the column 'Score' was originally a calculated field, like so: Score = DIVIDE(SUM(Data[Numerator]),(SUM(Data[Denominator])))