Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Solved! Go to Solution.
You should use || or {} instead of OR.
Remaining tasks =
CALCULATE(
COUNTROWS('Data source 1'),
KEEPFILTERS('Data source 1'[State] IN {"New", "Active"})
)
Remaining tasks =
CALCULATE(
COUNTROWS('Data source 1'),
KEEPFILTERS('Data source 1'[State] = "New" || 'Data source 1'[State] = "Active")
)
You should use || or {} instead of OR.
Remaining tasks =
CALCULATE(
COUNTROWS('Data source 1'),
KEEPFILTERS('Data source 1'[State] IN {"New", "Active"})
)
Remaining tasks =
CALCULATE(
COUNTROWS('Data source 1'),
KEEPFILTERS('Data source 1'[State] = "New" || 'Data source 1'[State] = "Active")
)
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 12 | |
| 8 | |
| 7 | |
| 5 | |
| 5 |