Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
this is an easy one...
trying to filter rows, in which:
Column Entity = AB1
Column Date > 01/01/2021
Tried like this:
Thank you for any advice.
Solved! Go to Solution.
Hi @kyon84
You said Column Entity = AB1, but tried [Entity] <> "AB1"? So you want equal or not equal? below is equal...
each [Entity] = "AB1" and [Date] > #date(2021,01,01)
Hi @kyon84
You said Column Entity = AB1, but tried [Entity] <> "AB1"? So you want equal or not equal? below is equal...
each [Entity] = "AB1" and [Date] > #date(2021,01,01)
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 15 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |