Forum Discussion

andicornejo12's avatar
andicornejo12
Helper II
1 year ago
Solved

Measure not working after refresh

Hello Community,   I need your help please.    I have built a formula which basically calculates something different depending on which selection you have done to a slicer hierarchy. So for exam...
  • johnt75's avatar
    johnt75
    1 year ago

    It could be the TRUE conditions. Check the types of the columns you are comparing against. If the column is text, then "TRUE" with the double quotes is correct. If the column is a Binary data type then you would need to remove the double quotes.

    If you are publishing the report to a premium or fabric capacity, then you could use DAX Studio to connect to the live semantic model and run queries against that. Get the query for the visual by using Performance Analyzer and run it against both the local and live models, see where the differences lie. DAX Studio would also allow you to examine the data in the live model, and compare against what you have locally.