Forum Discussion

Userpath77's avatar
Userpath77
Helper II
5 years ago

Convert Measure

Hello All

 

I am working on a co-workers dashboard and trying to make a fix. I have a stacked column chart using this measure as Values:

 

Average Employee per listing date = AVERAGEX(KEEPFILTERS(VALUES('Historical Employee Listing'[Listing Date])),
CALCULATE(COUNTA('Historical Employee Listing'[Name])))
 
My Main problem is that I need to show this in a "Legend." Unfortunately I can't put the measure in a Legend, so I was wondering if this measure could be converted to calculated column(s) so that I could get the same result and pull in as "Legend." I tried using this measure as a calculated column, but result comes out different. I appreciate any help!

1 Reply