Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have the following table of data
DATA_TABLE
Date | Session | Item | Percent |
18-Feb-20 | 1 | 1 | 45.83% |
18-Feb-20 | 1 | 2 | 0.00% |
18-Feb-20 | 1 | 3 | 25.00% |
18-Feb-20 | 1 | 4 | 37.50% |
18-Feb-20 | 1 | 5 | 0.00% |
18-Feb-20 | 2 | 1 | 66.67% |
18-Feb-20 | 2 | 2 | 54.17% |
18-Feb-20 | 2 | 3 | 0.00% |
18-Feb-20 | 2 | 4 | 100.00% |
18-Feb-20 | 2 | 5 | 12.50% |
19-Feb-20 | 1 | 1 | 33.33% |
19-Feb-20 | 1 | 2 | 45.83% |
19-Feb-20 | 1 | 3 | 95.83% |
19-Feb-20 | 1 | 4 | 0.00% |
19-Feb-20 | 1 | 5 | 83.33% |
19-Feb-20 | 2 | 1 | 95.83% |
19-Feb-20 | 2 | 2 | 0.00% |
19-Feb-20 | 2 | 3 | 29.17% |
19-Feb-20 | 2 | 4 | 87.50% |
19-Feb-20 | 2 | 5 | 12.50% |
I am trying to represent this data in a matrix with the following layout, with the count of percentages in each date & session range.
Date | 18-Feb-20 | 18-Feb-20 | 19-Feb-20 | 19-Feb-20 |
Session | 1 | 2 | 1 | 2 |
Percent = 0 | 2 | 1 | 1 | 1 |
Percent >0%,<50% | 3 | 1 | 2 | 2 |
Percent >50% | 0 | 3 | 2 | 2 |
Im guessing 3 measures in the standard Power Bi Matrix but i cant get them right.
Any help greatly appreciated,
Thanks
P
Hi @PaulHallam ,
Create this calculated column:
That just adds names it doesnt sort the data or am i missing something?
Do you want to classify the percentage column and count it by date ?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.