Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
kamlesh7777
Regular Visitor

cannot convert value "NA" of type text to type numeric

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,

kamlesh7777_0-1678346286640.png


I hope i'm able to make you understand it,
Thank is advance.







1 REPLY 1
Anonymous
Not applicable

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. 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors