Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Please help me to find out the solution.
My file is attached. I am trying to analyze customer app data.
Where total registered customers are 5 and they are 3 Male and 2 Female.
They are frequent users. I want to figure out how many Male and Female members get registered during certain months.
The First Matix table gives me the correct number but If the second one counts whole entry data.
Can you help me to fix this?
Thanks in advance
Solved! Go to Solution.
Hello @jnn4282 ,
This should give you expected result-
Male = CALCULATE(DISTINCTCOUNT(Sheet1[ID]),Sheet1[Gender]="M")
Please mark it as answer if it solves your issue. Kudos are also appreciated.
Thank you, Shishir, for your support. Big Kudos to you.
Hello @jnn4282 ,
This should give you expected result-
Male = CALCULATE(DISTINCTCOUNT(Sheet1[ID]),Sheet1[Gender]="M")
Please mark it as answer if it solves your issue. Kudos are also appreciated.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
81 | |
70 | |
49 |
User | Count |
---|---|
143 | |
124 | |
107 | |
60 | |
55 |