Forum Discussion
Mous007
Helper IV
5 years agoDynamic measure selection
Hi all, I am trying to allow my users to compare overdues over the course of the month days. I could easily achieve the above by creating seperate measures for each month as shown in the scre...
- 5 years ago
Hi, Mous007 , no worries, I come to your rescue, with the LEGEND of line graph 😂
I presume your data is more or less like this,
The measure can be simplified to
Total Overdue = SUM( Consolidated[Overdue] )You might want to refer to the attached file for more details.