The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |