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
Thiago_S
Regular Visitor

Monthly Forecast in local currency conversion to EUR

Hi All,

 

I would your opinion on a task at work, currently we have our monthly forecast (New Orders, Revenue, EBIT, etc...) prepared and analyzed in excel, but I`m planning to start using Power Bi to automate this process. The issue or dilemma that I have is that our forecast is prepared in local currency (CAD and USD) and we need to send in EUR to corporate department and each forecast version/every month we have a new exchange rate to used for our fiscal year.
From my perspective there are 3 ways to have this conversion completed first, in excel before the load which is more manual, second on power query loading with the forecast table and third using dax formulas.
I would to know your perspective on what would be the best practice in this case.

 

Thanks!

2 ACCEPTED SOLUTIONS
FreemanZ
Super User
Super User

hi @Thiago_S 

 

Strongly suggest to do it in Power Query. 

It it quick, easy to refresh, good for future adjustment. 

 

Excel is not suggested, as you need to adjust it in every file every time. Unlike Powwer Query working on preview data(first 1000 rows) in the viewer, Excel do the calculation for every single cell. If you have large tables, that would be a nightmare. 

In DAX, calculated columns is suggested only when other ways are impossible, as it consumes precious memory instead of storage.

View solution in original post

2 REPLIES 2
FreemanZ
Super User
Super User

hi @Thiago_S 

 

Strongly suggest to do it in Power Query. 

It it quick, easy to refresh, good for future adjustment. 

 

Excel is not suggested, as you need to adjust it in every file every time. Unlike Powwer Query working on preview data(first 1000 rows) in the viewer, Excel do the calculation for every single cell. If you have large tables, that would be a nightmare. 

In DAX, calculated columns is suggested only when other ways are impossible, as it consumes precious memory instead of storage.

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.