The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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())
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |