Forum Discussion
JimJim
Responsive Resident
4 years agoCalculation 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
Super User
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.