Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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 :
Power Bi Screen shot :
Filtered i choose Scrapped Value(NOK) values in Excel
Excel screen shot :
Power Bi Screen shot :
My DAX Query for both conditions :
i have attached sample PBI File and used Excel sheet .
please any one guide me what is the issues ? thanks in advance
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |