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 everyone, I have this data:
Group Age | Qty |
25 - 34 | 1992 |
19 - 24 | 1726 |
45 - 54 | 1316 |
35 - 44 | 948 |
63 - 72 | 925 |
55 - 62 | 803 |
'+ 72 | 725 |
7 to 14 | 497 |
15 - 18 | 444 |
4 to 6 | 149 |
0 - 3 | 86 |
The QTY is a measure that is called [Active Members]
I created this measure that give me the Age Group with most Active Members:
Hi,
Top 1 is actually returning a list like this in your dax:
Instead of using Top1 try using RANKX
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
Proud to be a Super User!
Hi,
Thank you for the explanation. I tried to translate to the report and only for the biggest qty it works, for the less, don't. I changed the MAX to MIN and the ASC to DESC and also played with the combinations but didn't succed.
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.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
12 | |
11 | |
9 | |
9 | |
8 |