Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi Power BI Community,
I have a simple question regarding a measure.
In a data set, I have price and date.
What I would like to do is to convert the price to a different currency
and if the dates is in S1 (from Jan to Jun), use one rate and if the date is in S2 (July to Dec)
use another rate.
Any recommendation?
I attached teh dummy data above.
Appreciate your support.
Many thanks,
H
Solved! Go to Solution.
Calculated Price = IF(MONTH('Dummy Data'[Date]) <= 6, 'Dummy Data'[Price] * 10, 'Dummy Data'[Price] * 20)
Is that what you're expecting?
Calculated Price = IF(MONTH('Dummy Data'[Date]) <= 6, 'Dummy Data'[Price] * 10, 'Dummy Data'[Price] * 20)
Is that what you're expecting?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 26 | |
| 24 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 30 | |
| 26 | |
| 20 | |
| 20 | |
| 19 |