Forum Discussion
JimJim
4 years agoResponsive Resident
Calculation Groups
Hi Guys, I have multiple measures and the business have asked me to show the same measures as a rolling 3 month number. Here is one measure I have: Order Count =
DISTINCTCOUNT(orders[order_n...
- 4 years ago
In the calculation item (within the calculation group), replace [Order Count] with SELECTEDMEASURE(). This will make it dynamic for whatever measure is in the visual.
DataInsights
4 years agoSuper User
In the calculation item (within the calculation group), replace [Order Count] with SELECTEDMEASURE(). This will make it dynamic for whatever measure is in the visual.