Forum Discussion

amtbew's avatar
amtbew
Helper I
2 years ago
Solved

Conflicting Results from Dim Table Calculated Column

I'm trying to add a column to a dim table that checks to see if a certain type of spend is present in my fact table. I'm getting incorrect info back and not sure what the reason.   I have a simple ...
  • nsexton12's avatar
    nsexton12
    2 years ago

    I figured out your issue. Since you have that formula in a calculated column, it is not being filtered by the filters you have on the page. This is because the result is calculated in the data model instead of on the page. So, if you delete your calculated column, use that DAX code in a measure, and then drag that measure into your DIM visual, it will work. 

    Please mark as a solution if this answered your question!