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 visual where I just want to display the month of the latest date…
In sql I would do month(max(date))… In dax; I do max(month) and I obviusly get the wrong result…
How can achieve it?
(my model is pretty standard, with DimDate and a fact connected to it….
@ovonel , Try measure like
Month(maxx(allselected(Table), Table[Date]))
or
format(maxx(allselected(Table), Table[Date]), "mmm")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
19 | |
19 | |
16 | |
8 | |
5 |
User | Count |
---|---|
36 | |
28 | |
16 | |
15 | |
12 |