Forum Discussion

WNAGGE's avatar
WNAGGE
Frequent Visitor
4 years ago
Solved

Summarize text in rollup matrix

Hi,   I have a measure that forecasts when a task is going to be due and displays "HRS" if that is when it will be due based off hours accumulated or CF if it is on the capital forecast for that pe...
  • WNAGGE's avatar
    WNAGGE
    4 years ago

    Thank you for your reply. I ended up using the following measure which references my original measure to achieve the desired result

     
    SWITCH(IF(ISINSCOPE(TRACKED_COMP_LIST[TYPE]),[FORECAST_COMBINED],"NO"),"NO",0,[FORECAST_COMBINED])
     
    This returns 0 for any level that is above the desired level and then I applied a conditional formatting to make all 0 values transparent text.