Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi All,
I'm trying to get the count of each row combination as shown below
I've added the measure & added the following DAX:
Count = CALCULATE (COUNTROWS (dbo),ALLEXCEPT (dbo, dbo[C1], dbo[C2],dbo[C3],dbo[C4],dbo[C5]))
When, I tried applied the filters the total count is giving the wrong as shown below:
I was expecting to see 9 where as power bi showing a different count. am i missing something here ?
Hi @Thejeswar
Thanks for the response, I tried the same approach. But somehow it still giving me the wrong count
Hi ,I was able to achieve this by a different method. Instead of a measure, I am using a column.
1. Create a Column to concatenate all the five columns into one
Output looked like below
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
74 | |
63 | |
51 | |
47 |
User | Count |
---|---|
211 | |
83 | |
64 | |
60 | |
56 |