March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
@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!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |