Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Combined SWITCH and SELECTEDVALUE function not working for sum of multiple measures

Hi all,   I'm trying to set up a DAX-based table visual for a financial statement - based on financial transactions. My current set up is now based on a YouTube guide (https://www.youtube.com/wa...
  • tamerj1's avatar
    3 years ago

    Anonymous 
    Yes that is a possibility. The engine optimizer might return a blank value and ignores the evaluation of other measures if they came along with a measure that evaluates to a blank.

     

    However, it is worth asking whether you have checked if PowerBi has automatically created a relationship between 'Report Structure'[Line_item_ID] and 'Account mapping'[GLA_Line_item_ID] without you noticing that. That is also a possibility.