Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello.. I have been searching all day for an answer to my dilemma. I wanted to get the count of how many times the value in a column appears in the column. I have found lots of solutions involving COUNTROW(FILTER formula that also involves EARLIER function. I am amazed that it has worked for a lot of the users who needed that solution. But for some reason, it does not work for me. The resulting value squares the correct count.
To illustrate, for example I have below data. Table name is "Data". I want column B to return the count of occurrence of the ID in column A:
So I made this formula in Power BI Desktop via a calculated column. As you can see, the result is squaring the actual count:
I hope someone can help me with this. Any possible reason why this is happening? And any solution for this?
Thanks in advance.
Solved! Go to Solution.
It seems the implicit aggregation for the value was left on Sum.
Here are two approaches to address the issue with a sample file.
Regards
It seems the implicit aggregation for the value was left on Sum.
Here are two approaches to address the issue with a sample file.
Regards
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |