Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
Need help to create a DAX measure that counts all the values that are 100% for each specifc month.
Below image as a guide.
Much help appreciated.
Solved! Go to Solution.
@Anonymous ,
Countx(filter(Addcolumns(Summarize(Fact, Fact[Project ID],Fact[Name], Date[Month Year]), "_1", [Measure]) , [_1] =1) , [Project Id])
@Anonymous ,
Countx(filter(Addcolumns(Summarize(Fact, Fact[Project ID],Fact[Name], Date[Month Year]), "_1", [Measure]) , [_1] =1) , [Project Id])
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |