Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello All!
I have converted a blank value to NA of two of my parameter
i.e. A and B both datatype is currency if value is blank then convert it to NA using isblank dax
noew i'm trying to achive percent format of calculation
i.e. A/B
,but there is a region where both A and B values are BLANK and when indiviually represented it shows NA on card visual.
DAX :- % revenue = Divide(A,B)
and in percent format.
But I'm getting error as below screenshot,
I hope i'm able to make you understand it,
Thank is advance.
Hi,
the problem is that you have text values ("NA") in your columns. PowerBI can't perform a division on text values, which is why it's throwing this error message.