I have a situation where multiple different measures (Gross Sales, Net Sales, Margin) etc all have essentially the same calculation for the branched measures I need in my model; YTD, MTD, SPLY, and so forth. This is clearly a use case for a calculation group.
The examples I have seen demonstrate this using a matrix, and then filtering the displayed columns with a slicer. This is pretty cool. Thing is, I need to pick out some measures as KPIs, so whilst I might want the calculation group “generated” measures in a matrix, I still want some headline figures on cards, for example Margin WTD LY. Is it possible to get individual measure values if you’ve gone down the path of doing it the generic way using SELECTEDMEASURE etc? Or will I still have to define individual specific measures for any I want to pick out on their own?
Thanks!