This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
find top month based on count of other value ..
Eg:august has 5k records sept has 10k records..
How to show sept in card visual !!??
Solved! Go to Solution.
Hi @Anonymous,
Please share a dummy sample. You also can modify the measure below to achieve your goal.
top1 =
MAXX (
TOPN (
1,
SUMMARIZE (
'FactSales',
DimDate[YearMonth],
"AmountOfRecords", COUNTROWS ( FactSales )
),
[AmountOfRecords], DESC
),
[YearMonth]
)
Best Regards,
Dale
Hi @Anonymous,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
using direct topn under visual card is also the best way...think so!!
Hi @Anonymous,
Please share a dummy sample. You also can modify the measure below to achieve your goal.
top1 =
MAXX (
TOPN (
1,
SUMMARIZE (
'FactSales',
DimDate[YearMonth],
"AmountOfRecords", COUNTROWS ( FactSales )
),
[AmountOfRecords], DESC
),
[YearMonth]
)
Best Regards,
Dale
@Anonymous - please post sample data
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 23 | |
| 19 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 45 | |
| 20 | |
| 18 | |
| 18 |