Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Guys ,
I am new to Power BI and have a challange -
I have unique Material Code in a Coloumn in a Table . When I am trying to count its giving me a sum of all instances repeated over a period rather than giving me a count of unique count without considering its repetation .
Example
Code C+1 C+2 C+3
400200 0 0 0
So when I count the instance output is coming as 3 instances while I need the count to be just 1.
Not sure how to Articulate the formulae for the measure
Kind Regards,
Rahul
Solved! Go to Solution.
Hi @Anonymous
Could you tell me if your problem has been solved? If it is,kindly mark the helpful answer as a solution and welcome to share your own solution. More people will benefit from here. If not, please share more details for us so that we could help further on it.
Regards,
Cherie
Hi @Anonymous
Could you tell me if your problem has been solved? If it is,kindly mark the helpful answer as a solution and welcome to share your own solution. More people will benefit from here. If not, please share more details for us so that we could help further on it.
Regards,
Cherie
HI Cherie,
Appologies for the late response was travelling hence could not respond. Your solution worked very well thanks a lot for your help.
Regards,
Rahul
Hi @Anonymous
You may try to use DISTINCTCOUNT function as below. If it is not your case,please share your data table.
Measure = DISTINCTCOUNT(Table1[code])
Regards,
Cherie
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |