The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I have two files: Backlog and Monthly FX Rates.
Please note the two files have exactly the same currency codes
In Power Query, I merged these two worksheets and expanded the FX rate table. Now, my table includes:
I want to copy the latest FX rates from the Monthly FX Rates file into columns 2 to 16 of the Backlog file, for the current and future months. However, when new rates are released each month, the previous months' rates should remain unchanged.
For example:
How can I achieve this in Power Query while ensuring that:
Would appreciate any suggestions or best practices!
Thanks
Solved! Go to Solution.
In Power Query, I merged these two worksheets
I hope you meant to say "appended", not "merged"
Goal:
I want to copy the latest FX rates from the Monthly FX Rates file into columns 2 to 16 of the Backlog file, for the current and future months. However, when new rates are released each month, the previous months' rates should remain unchanged.
Power Query has no memory. It can not do what you describe as the goal. You need to implement this logic further upstream.
Note - Power BI is not Excel. Unpivot your data to bring it into a usable format.
Use conditional merge in Power Query to update future months only.
Use conditional merge in Power Query to update future months only.
Use conditional merge in Power Query to update future months only.
Hi @pi8080,
Thanks for reaching out to the Microsoft fabric community forum.
I wanted to check if you had the opportunity to review the information provided by @lbendlin. If yes and you were able to solve the issue then please mark the helpful reply as solution.
I would also take a moment to thank @lbendlin, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.
Community Support Team
If this post helps then please mark it as a solution, so that other members find it more quickly.
Thank you.
Hi @pi8080,
As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.
If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.
If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.
Thank you for your patience and look forward to hearing from you.
Hi @pi8080,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.
Thank you.
Hi @pi8080,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
In Power Query, I merged these two worksheets
I hope you meant to say "appended", not "merged"
Goal:
I want to copy the latest FX rates from the Monthly FX Rates file into columns 2 to 16 of the Backlog file, for the current and future months. However, when new rates are released each month, the previous months' rates should remain unchanged.
Power Query has no memory. It can not do what you describe as the goal. You need to implement this logic further upstream.
Note - Power BI is not Excel. Unpivot your data to bring it into a usable format.