Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 9 | |
| 8 | |
| 7 |