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.
Hello guys,
so I would like to know how do I get the minx value of a measure from the last 12 months and make it dynamic, based on what date the user chooses. Let's say he picks december, power bi would look 12 months before that for the time where the measure was in it's lowest value.
I have a Calendar table, a cost table and a revenue table. The measure of which I want to show the user is the division between both.
So Measure[% CR] divides cost by revenue. And I would like to show the user the value of this measure when it was on it's lowest.
Can someone help? Thanks!!
Solved! Go to Solution.
I solved it check it out
You would need DATESINPERIOD, as the filter argument of your calculation. check this
https://learn.microsoft.com/en-us/dax/datesinperiod-function-dax
I solved it check it out
congratulations. Harnessing the flexibility of DATEADD, you can solve most of the Time Intelligence relevant issue.