Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have following table
| DATE | Value |
| 01.10.2019 | A |
| 04.10.2019 | A |
| 04.10.2019 | B |
| 05.10.2019 | B |
| 05.10.2019 | B |
| 05.10.2019 | A |
When I set up slicer on the dates 04.10.2019-05.10.2019
I need to see following result
| Value | COUNT |
| A | 5 |
| B | 5 |
AND NOT
| Value | COUNT |
| A | 2 |
| B | 3 |
any idea how to do it? I tried, calcute(counta(value),date) and got only second result, that I don t want
thx
Solved! Go to Solution.
I solve it myself..
calcute(counta(value),ALLSELECTED())
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 8 | |
| 8 | |
| 8 |