Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
hi
i have two columns and i want to count how many product id in statmeent without duplicates production with the same id
how i can do that with dax?
Solved! Go to Solution.
thank you 😍
I guess you mean a 3 for the statement id 6
New column =
CALCULATE (
DISTINCTCOUNT ( Table1[Product ID] ),
ALLEXCEPT ( Table1, Table1[statement id] )
)
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Hi @kheira
1. Place Statement ID in a table visual
2. Place this measure in the visual
Measure =
DISTINCTCOUNT( Table1[Product ID])
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
thank u
but i want to add new coulmn dax to get the result .. i tried to do dax :
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 9 | |
| 8 |