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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a dax query to get me the highest category in a table based on a measure, it is like the below..
Does anyone know a workaround I can put in my measure to avoid this from happening?
Solved! Go to Solution.
Hi,
Try this measure
Most Common Day = CONCATENATEX(TOPN(1,ALLNOBLANKROW(DimDates[Day_Name]),[Cases],DESC),DimDates[Day_Name],", ")
Hope this helps.
Hi,
Try this measure
Most Common Day = CONCATENATEX(TOPN(1,ALLNOBLANKROW(DimDates[Day_Name]),[Cases],DESC),DimDates[Day_Name],", ")
Hope this helps.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |