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.
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])
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |