Forum Discussion
Diffrance between 2 values at different years.
- Anonymous3 years ago
Hi HishamAT ,
I can only think of a simpler way. The first is to directly modify the numbers in the formula. Another way is to use slicers.
Measure = -SELECTEDVALUE('Table'[Column1])Measure 2 = EDATE ( MAX ( 'Table 2'[Date] ), [Measure] )EDATE function (DAX) - DAX | Microsoft Learn
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Great Sir, is that any way to make the 36 a dynamic date such 1 ,2, 3 .... etc ( As requested by the user ) .
Hi HishamAT ,
I can only think of a simpler way. The first is to directly modify the numbers in the formula. Another way is to use slicers.
Measure = -SELECTEDVALUE('Table'[Column1])Measure 2 = EDATE ( MAX ( 'Table 2'[Date] ), [Measure] )
EDATE function (DAX) - DAX | Microsoft Learn
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- HishamAT3 years ago
Helper II
Thanks for your support , It works fine.