Forum Discussion
Userpath77
Helper II
5 years agoConvert 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(KEEPFILTER...
Greg_Deckler
Community Champion
5 years agoUserpath77 It's not likely that you could convert that to a column successfully since it seems dependent upon the filter context of the visual. One method might be to use the disconnected table trick:
In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563