Forum Discussion
prihana
Helper V
8 years agoDynamic Table based on date slicer value
I want to create a calculated table based on the value from a date slicer. E.g. Master table has item wise daily sales (Date,ItemCode,Stock) There is a date slicer (between) to select the per...
prihana
Helper V
8 years agoMeasure =
VAR d =
MAX ( Table1[Date] )
RETURN
IF ( d = [MaxSelectedDate], SUM ( Table1[Stock] ) )Hi is there anyway i can sneak in a group by in the above. So i can get the values item wise.
v-chuncz-msft
Community Support
8 years ago