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 guys,
Im trying to show only the month's max value along the period, but it isn't work it.
I have try a lot of option... I confess... I'm frustate. Here is the last formula.
Tks,
---
Alexandre.
Solved! Go to Solution.
I have found a solution.
After that, I have made a chart to highlight the major value.
Many thanks everybody.
It changed a little bit, but it not what I'm looking for.
Tks,
---
Alexandre.
@Anonymous , Try TOPN on month
Top 1 Rank = CALCULATE([Distinctcount Unique Contract],TOPN(1,all(Table[Month Year]),[Distinctcount Unique Contract],DESC),VALUES(Table[Month Year]))
It changed a little bit, but it not what I'm looking for.
Top 1 Rank = CALCULATE([Distinctcount Unique Contracts],TOPN(1,ALL(d_NTT_Dinamic_DataTable[Month Name]),[Distinctcount Unique Contracts],DESC),VALUES(d_NTT_Dinamic_DataTable[Month Name]))
I'm looking for this.
Tks,
Alexandre.
Same.
I have found a solution.
After that, I have made a chart to highlight the major value.
Many thanks everybody.