March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
91 | |
91 | |
79 | |
49 |
User | Count |
---|---|
160 | |
144 | |
103 | |
72 | |
55 |