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 |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |