Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Solved! Go to Solution.
Hey @CheanSereyvatan ,
not sure what you mean by future dates, elaborate more on this.
This measure only contains the DATESINPERIOD part from yor measure:
theMaxDate =
var theDates = DATESINPERIOD( 'DimDate'[Datekey] , MAX( 'DimDate'[Datekey] ) , -3 , MONTH )
RETURN
MAXX( theDates , 'DimDate'[Datekey] )
As you can see from the below visualizations
It's necessary that you elaborate on "Future Dates" and also on the visual and what you want to achieve from a data visualization point of view and the date filter that you are applying inside your measure.
Regards,
Tom
Hey @CheanSereyvatan ,
not sure what you mean by future dates, elaborate more on this.
This measure only contains the DATESINPERIOD part from yor measure:
theMaxDate =
var theDates = DATESINPERIOD( 'DimDate'[Datekey] , MAX( 'DimDate'[Datekey] ) , -3 , MONTH )
RETURN
MAXX( theDates , 'DimDate'[Datekey] )
As you can see from the below visualizations
It's necessary that you elaborate on "Future Dates" and also on the visual and what you want to achieve from a data visualization point of view and the date filter that you are applying inside your measure.
Regards,
Tom
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
12 | |
9 | |
9 | |
9 |
User | Count |
---|---|
21 | |
14 | |
14 | |
13 | |
13 |