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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everybody
I have 2 tables, Costs and Exchange Rates
The cost table is
- Date
-Costs
-Currency
In the table Exchange rates are
-Date
-Currency
-Exchange rate
My task is to figure out the costs of the exchange rate. I managed to transfer exchange rates to the cost table in the expense table, but there was a problem with the "UAH" exchange rate.
This exchange rate is only available for one date
What do I need to change to get this exchange rate?
File exempl
Solved! Go to Solution.
I found a solution to my problem on my own
Стовпець = IF(ISBLANK([Exchange rate]),[Costs],[Costs uah])
I found a solution to my problem on my own
Стовпець = IF(ISBLANK([Exchange rate]),[Costs],[Costs uah])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.