Forum Discussion
Obtaining a row value when using "Less than or equal too slicer (Year)
- 3 years ago
Hi,
I do not know how your data model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
I hope the below can provide some ideas on how to create a solution for your data model.
Value maxyear measure: = CALCULATE ( [Value total measure:], 'Year'[Year] = MAX ( 'Year'[Year] ) ) - 3 years ago
Hi,
Thank you for your message, and please check the below picture and the attached pbix file.
Value 2010 measure: = CALCULATE ( [Value total measure:], 'Year'[Year] = 2010 )
Hi,
I do not know how your data model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
I hope the below can provide some ideas on how to create a solution for your data model.
Value maxyear measure: =
CALCULATE ( [Value total measure:], 'Year'[Year] = MAX ( 'Year'[Year] ) )
Hi, I just thought of another scenario I may want to have. I would also like to be able to return the value of say year 2010 (10) regardless of where the year slider is positioned.
- Jihwan_Kim3 years agoSuper User
Hi,
Thank you for your message, and please check the below picture and the attached pbix file.
Value 2010 measure: = CALCULATE ( [Value total measure:], 'Year'[Year] = 2010 )