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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

Power bi Values are not matching after Excel sheet imported into Power bi Desktop

Hi Everyone.i am using Excel datasource for my power bi report . after the import to Ecxcel sheet into power bi Deskstop  value are lightly different  in  Power  bi 

 

i have column For seperate the  value  

 

Column Name ->New Scrap    Filtered i choose  Scrapped Value(OK)  values in Excel 

I took the value column  " Amount In '000 USD "

 

Excel screen shot :

THENNA_41_0-1637646285399.png

 

Power Bi Screen shot : 

THENNA_41_1-1637646358620.png

 

 

Filtered i choose  Scrapped Value(NOK)  values in Excel 

 

Excel screen shot :

THENNA_41_2-1637646474235.png

 

Power Bi Screen shot : 

 

THENNA_41_3-1637646518644.png

 

My DAX Query   for both conditions :

 

G_NOK = CALCULATE(ABS(SUMX('3 Scrapped Value','3 Scrapped Value'[Amount in USD]))/1000,
'3 Scrapped Value'[New Scrap]="Scrapped Value(NOK)")
 
 
G_Amount = CALCULATE(ABS(SUMX('3 Scrapped Value','3 Scrapped Value'[Amount in USD]))/1000,
'3 Scrapped Value'[New Scrap]="Scrapped Value(OK)")

 

i have attached  sample PBI  File and used Excel sheet . 

Test file  

 

please any one guide me what is the issues ?  thanks in advance  

 

 

2 REPLIES 2
Anonymous
Not applicable

@amitchandak  sir i am tired with New formula . getting different value only 

amitchandak
Super User
Super User

@Anonymous , try like

 

G_NOK = CALCULATE(ABS(SUMX('3 Scrapped Value','3 Scrapped Value'[Amount in USD])),
filter('3 Scrapped Value','3 Scrapped Value'[New Scrap]="Scrapped Value(NOK)"))/1000.0


G_Amount = CALCULATE(ABS(SUMX('3 Scrapped Value','3 Scrapped Value'[Amount in USD])),
filter('3 Scrapped Value', '3 Scrapped Value'[New Scrap]="Scrapped Value(OK)"))/1000.0

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.