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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Good day all,
I am trying to create a DAX measure that helps me calculate The conversion rate
I have Ticket no xxx1 and i have my daily exchange rate on my (Daily rate table)
I made this calculation IF ( Customers (Currency) = 'USD" && date of purchase < today return Ticket revenue* fxrate,
IF ( Customers (Currency) = 'USD" && date of purchase > today return Ticket revenue* (max)fxrate,
Also i want to be able to calculate based on the fx rate for the selected date in the filter.(For instance if my manager selects 02/02/23, I want the visual to return revenue * the fx rate for 02/02/23).
pls i would appreciate any insights
Ticket revenue*Calculate(max( fxrate), Filter(DailyRateTable, DailyRateTable.DateColumn=Selectedvalue(DailyRateTable.DateColumn))
Thank you so much, i want to be able to combine the measures, is this possible, also the Dailyrate and fxrate is one and same. i cant seem to apply it as you have written above
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 45 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |