Forum Discussion
Percentage DAX Formula
I just need to discard that are empty values.
Because the CountClicks Dax filter the blanks so if you have 10 rows and 3 are empty the result should be 7. If the result is 10 then not are empty values.
My CountClicks is this: CountClicks = CALCULATE(COUNTA([Clicks]),FILTER(VPBI_Marketing_MailerStats,[clicks]<>BLANK()))
What do I modify it to please?
- Sean9 years agoCommunity Champion
Trim and Clean the Column in the Query Editor and then Replace with null
Hope this helps! :smileyhappy:
- SachinC9 years agoHelper V
Didn't work. Good effort though.
- v-huizhn-msft9 years agoMicrosoft Employee
Hi SachinC,
It's weird, I am unable to reproduce why you get the error result. Could you please share your .pbix file for further analysis?
Best Regards,
Angelia - SachinC9 years agoHelper V
Unfortunately there's a lot of confidential data in my PBIX file. How else can you help me please? Thanks.
- SachinC9 years agoHelper V
Hi, I've managed to anonymise the data. How do I upload an Excel sheet please?
- v-huizhn-msft9 years agoMicrosoft Employee
- SachinC9 years agoHelper V
ok, it's now mysteriously working. No idea what happened, but its all looking well. thanks for your help.
- v-huizhn-msft9 years agoMicrosoft Employee
Hi SachinC,
You have resolve your issue? If it does, please mark the corresponding reply as answer, which will help more people.
Thanks,
Angelia