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.
I'd like to count the amount of identical values within a column and present the outcome within a new column.
"ITEM "IS THE COLUMN I AM USING, "COUNT" IS THE RESULT I NEED FROM DAX/MEASURE
Any suggestions?
Solved! Go to Solution.
Hi @fbron , you could create the next calculated column:
num = CALCULATE(COUNTROWS('Count');FILTER('Count';'Count'[item]=EARLIER('Count'[item])))
Best Regards,
Miguel
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @fbron , you could create the next calculated column:
num = CALCULATE(COUNTROWS('Count');FILTER('Count';'Count'[item]=EARLIER('Count'[item])))
Best Regards,
Miguel
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Most likely I'm doing something wrong but this doesn't work:
Any suggestions?
Hello @fbron ,
Solution suggested by @ZunzunUOC is to create DAX Column in Power BI Desktop 🙂 . Not Custom Column in Power Query editor.
Cheers,
Nawal
+91-9866755720 | Power BI Consultant
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |