Forum Discussion
Anonymous
5 years agoNot applicable
Card Visuals with DAX not Showing Correct Data
Hello all, I'm hoping for some help. I have the following DAX in a card visual - Total Requested = IF( ISBLANK(COUNT('Volume Report 2021'[TaskingCode])),0, COUNT('Volume Report 2021'[Taskin...
Anonymous
5 years agoNot applicable
Hello all,
Just wanted to say that I solved the problem and for anything reading, I'd like to suggest the following, in order, whenever you come across an issue -
1) - Check the data uploaded is correct and the most up to date (this was my issue).
2) - Then check the relationships.
3) - Then check your DAX for further problems.
Thanks for everyones replies.