Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 34 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 42 | |
| 30 | |
| 28 |