Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Experts
How would you work out the following: i want to work out the net sales that are orangic for the following companies A, B and C
my measure so far is
Organic Element Correction (symbias and EuroTech) = CALCULATE(
[Net Sales BM],
FILTER( InOrganic,InOrganic[InOrganic]= "organic"),'Legal Entity','Legal Entity'[Legal Entity Name]="A","B","C")cannot see the error
Solved! Go to Solution.
@Anonymous Try using IN operator while comparing multiple values
Organic Element Correction (symbias and EuroTech) = CALCULATE(
[Net Sales BM],
FILTER( InOrganic,InOrganic[InOrganic]= "organic"),'Legal Entity','Legal Entity'[Legal Entity Name] IN {"A","B","C"})
Proud to be a PBI Community Champion
@Anonymous Try using IN operator while comparing multiple values
Organic Element Correction (symbias and EuroTech) = CALCULATE(
[Net Sales BM],
FILTER( InOrganic,InOrganic[InOrganic]= "organic"),'Legal Entity','Legal Entity'[Legal Entity Name] IN {"A","B","C"})
Proud to be a PBI Community Champion
many thanks- let me test.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 48 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |