Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all.
I need to create a measure where a sum of two location : 1) Penang, 2) Japan, are sum up together and multiply with value 88. There are also a restriction/filter where the category must be RM.
I've tried this formula :
Please enlighten me on this. Thank you!
Solved! Go to Solution.
In your first expression, a single column cannot be two values at the same time, so it is blank. You need to use OR() or || or you can use an IN expression like.
'Actual Data'[Project Location] in {"Penang", "Japan"}
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
In your first expression, a single column cannot be two values at the same time, so it is blank. You need to use OR() or || or you can use an IN expression like.
'Actual Data'[Project Location] in {"Penang", "Japan"}
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 15 | |
| 8 | |
| 8 | |
| 8 |