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.
hello, could you advise how to display the 2 largest values for individual months on the cart visual
Solved! Go to Solution.
Hi @tamerj1
thank you for the advice, in the end I implemented the following solution.
1.thank you for the advice, in the end I implemented the following solutionthank you for the advice, in the end I implemented the following solution
my expected result for the month of November, see photo
Hi @milanSVK
You need your solution for particular one month(last month) or for every month
Please try
Card =
MINX ( TOPN ( 2, VALUES ( 'Table'[Value] ), 'Table'[Value] ), 'Table'[Value] )
yes this solution will display the 2 largest value but despite all the values. I would still need to modify it to display the 2 largest value of the last month
Card =
MAXX (
TOPN ( 1, VALUES ( 'Date'[YearMonth] ),
CALCULATE (
MINX ( TOPN ( 2, VALUES ( 'Table'[Value] ), 'Table'[Value] ), 'Table'[Value] )
)
)
Hi @tamerj1
thank you for the advice, in the end I implemented the following solution.
1.thank you for the advice, in the end I implemented the following solutionthank you for the advice, in the end I implemented the following solution
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 | |
6 | |
3 | |
3 | |
3 |
User | Count |
---|---|
13 | |
11 | |
8 | |
8 | |
8 |