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.
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 :
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |