Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have table converted by EUR
Now i need add column and convert to USD
So one possible way is find each day USD rate and divide USDrate = 1/amount_2, and after divide each currency by USDrate
So how to write right formula in transform data?
Solved! Go to Solution.
@Digger , You can get the rate of USD for each date like
in a column
maxx(filter(Table, [date] = earlier([Date] && [Name_2] = "USD") , [Amount_2] )
then you can create formula
@amitchandak sorry but your formula is wrong
The syntax for 'Table' is incorrect. (DAX(maxx(filter(Table, [date] = earlier([date] && [name_2] = "USD") , [amount_2] )))).
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |