Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Issue with Conditional Measure Removing Category from Matrix Visual

Hi everyone, I'm facing an issue with a conditional measure in my Power BI matrix visual where a specific category ("Site (Cost / Acre)") gets removed when applying dynamic calculations. Here are th...
  • pborah's avatar
    1 year ago

    Thank you Anonymous , let's break it down now.

     

    • You said that the Normalized_Values is what causing Site(Cost/Acre) to go blank. Do any of the conditions in that measure -
      • [Group1] = "07. Project Cost (Original), or
      • [Group1] = "08. Total" , have corresponding data for the column Site?
    • Additionally, are the other measures that you calculated and are throwing into the matrix table, limiting the scope of data that the measure Normalized_Values works on?

    Usually these issues arise from what you have in the data and not necessarily because of incorrect DAX. So I would start there. However that is not to say that once you figure out what your data is on a row by row level, your DAX code wont change.