Forum Discussion

WishAskedSooner's avatar
WishAskedSooner
Continued Contributor
2 years ago
Solved

Highlighting Selected Column in a Bar Chart Problem

I know this is a fairly common request and the Youtube video below works as expected: https://www.youtube.com/watch?v=FnEKyhSf2mM  However, there is one big caveat. On my report, I have numerous vi...
  • WishAskedSooner's avatar
    2 years ago

    I found the solution:

     

    CALCULATE(SUM('Fact'[Val]), ALL('Prod'), 'Prod'[ID] = 1, ALL('DimDates'[Month]), TREATAS(VALUES('UnDimDates'[Month]), 'DimDates'[Month]))