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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors