Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Community!
Looking for some help if possible. I have attached a PBIX with a sample file.
I have a table of data with customer id (unique) and for each customer id there is a cat name and cat code.
Unfortunately because of the poor nature of the data I have cat names with different cat codes. For instance cat name = A has 2 codes 10000 & 10001
What i am trying to do is calculate the percentage of cat names that have multiple codes.
So for this data set the % should be 57.1%... thats 4 cat names which have multiple codes / 7 distinct cat names
Cheers
A
Duplicate Cat Codes = if( CALCULATE(COUNT('Table'[Cust_ID]),ALLEXCEPT('Table','Table'[Cat_Name]))>1,1,0)
Regards,
Ritesh
Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users
Sorry to miss that,
STEP 1
Duplicate Cat Codes = if( CALCULATE(COUNT('Table'[Cust_ID]),ALLEXCEPT('Table','Table'[Cat_Name]))>1,1,0)
STEP 2
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |