The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |