Forum Discussion
abukapsoun
Post Patron
6 years agoMeasure behaving weirdly?
Hi, I have a simple measure that is working fine when I add it into graph or table, but when I use it in a card, it is showing blank. Snapshot in the following link https://ibb.co/KGHVVBT (S...
tex628
Community Champion
6 years agoYour image link is broken!
Br,
J
abukapsoun
Post Patron
6 years agoHi,
I have modified the initial post, there was an extra space in the link
please try again
thanks
- tex6286 years ago
Community Champion
Could you possibly provide the dax for the measure?
- abukapsoun6 years ago
Post Patron
Here it is
Upside = CALCULATE(SUM('Elbaba breakdown'[Sales LP]), 'Elbaba breakdown'[Category]="UPSIDE")- tex6286 years ago
Community Champion
From the information you provided there is absolutly no reason as to why this would return blank() in that card. This is really quite strange...
Give this a try and just check if you get the same issue.Upside = CALCULATE(SUM('Elbaba breakdown'[Sales LP]), FILTER('Elbaba breakdown', 'Elbaba breakdown'[Category]="UPSIDE"))