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 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss 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.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 27 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 52 | |
| 49 | |
| 43 | |
| 36 | |
| 36 |