Forum Discussion
mahra-in
8 years agoHelper II
Measure based on the selected year from calender table
Hi I need help to create a "Target" measure based on the year selected in visual. I have a calender table and provided slicer for year selection alone. Based on the selected year my report ch...
- 8 years ago
Hi,
Try this measure
=IF(HASONEVALUE(Calendar[Year]),IF(VALUES(Calendar[Year])=2017,30000,20000),BLANK())
Hope this helps.
Ashish_Mathur
8 years agoSuper User
Hi,
Try this measure
=IF(HASONEVALUE(Calendar[Year]),IF(VALUES(Calendar[Year])=2017,30000,20000),BLANK())
Hope this helps.