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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
cupedersen
Regular Visitor

Calculate on same field with a currencyFactor

Hi All

 

I have an issue where i in the same collum have differnt types of amounts and in different currency. But i need to calculate it to DKK for them all. i have an factor for other than DKK, thats set to 0.

 

I made this command - that works in Qlickview - but need something that works in PowerBi 

 

IndkøbsprisDKK = if (Currency_Factor = 0 ; (Amount))
IndkøbsprisDKK = if (Currency_Factor < 0 ; (Amount / Currency_Factor))
IndkøbsprisDKK = if (Currency_Factor > 0 ; (Amount / Currency_Factor))
 
this is my dato and how it looks:
2019-08-20_08-02-41.jpg
 
Anyone that can help me? 
1 ACCEPTED SOLUTION
SteveCampbell
Memorable Member
Memorable Member

You can go to Add Column, then Custom Column and type the following:

 

if [Currency_Factor] = 0 then [Amount] else  [Amount] / [Currency_Factor]

Annotation 2019-08-20 193011.png

 

 

Love hearing about Power BI tips, jobs and news?
I love to share about these - connect with me!

Stay up to date on  linkedin-logo.png
Read my blogs on  powerbi.tips_.png

Remember to spread knowledge in the community when you can! tu.png



Did I answer your question? Mark my post as a solution! Proud to be a Super User!


Connect with me!
Stay up to date on  
Read my blogs on  



View solution in original post

1 REPLY 1
SteveCampbell
Memorable Member
Memorable Member

You can go to Add Column, then Custom Column and type the following:

 

if [Currency_Factor] = 0 then [Amount] else  [Amount] / [Currency_Factor]

Annotation 2019-08-20 193011.png

 

 

Love hearing about Power BI tips, jobs and news?
I love to share about these - connect with me!

Stay up to date on  linkedin-logo.png
Read my blogs on  powerbi.tips_.png

Remember to spread knowledge in the community when you can! tu.png



Did I answer your question? Mark my post as a solution! Proud to be a Super User!


Connect with me!
Stay up to date on  
Read my blogs on  



Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.