Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
How to add a condition to ALL function?
For example:
ALL(DATE_TABLE[MONTH] <= MONTH(TODAY()))
How can I do something similar to that?
Solved! Go to Solution.
I fixed it using this code:
FILTER(ALL(DATE_TABLE), DATE_TABLE[MONTH] <= MONTH(TODAY()))
I fixed it using this code:
FILTER(ALL(DATE_TABLE), DATE_TABLE[MONTH] <= MONTH(TODAY()))
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 66 | |
| 42 | |
| 27 | |
| 25 |