Forum Discussion
rush
Helper V
8 years agoHow to create a measure that cannot be filtered?
Hi
I have 2 measures that represent the same information whereby I require 1 of the measures to remain static in my line graph to serve as the companies average?
I do not want to create 2 graphs then use the interactions panel to overcome this challenge.
Is this possible?
Hi rush,
you should do something like this:
ccc = CALCULATE ( AVERAGE ( Utilisation[UT (Exl. TO)] ), ALL( Table[Company] ) )Regards,
MFelix