Forum Discussion
andybamber
Helper III
4 years agoMeasure Help
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 an...
andybamber
Helper III
4 years agoribisht17
Super User
4 years agoSorry to miss that,
STEP 1
Duplicate Cat Codes = if( CALCULATE(COUNT('Table'[Cust_ID]),ALLEXCEPT('Table','Table'[Cat_Name]))>1,1,0)
STEP 2
Duplicate Cat Count = CALCULATE(DISTINCTCOUNT('Table'[Cat_Name]),FILTER(all('Table'),[Duplicate Cat Codes]=1))
STEP 3
Total Distinct Count of Cats = CALCULATE(DISTINCTCOUNT('Table'[Cat_Name]),all('Table'))
STEP 4
Solution = DIVIDE([Duplicate Cat Count],'Table'[Total Distinct Count of Cats])
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
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users