Forum Discussion
Count Duplicate Occurrences
Here is a more specific example. Sensitive information has been redacted.
As you can see there is quite a lot of data. Many of the fields have been minimized.
A solution I have done was duplicating the query table and using "Group By" in the query editor. However, I want to have that information in just one table if at all possible.
Johnathon_S wrote:
Here is a more specific example. Sensitive information has been redacted.
As you can see there is quite a lot of data. Many of the fields have been minimized.
A solution I have done was duplicating the query table and using "Group By" in the query editor. However, I want to have that information in just one table if at all possible.
What are those "Group By" columns? You can just put them along with Measure = COUNTROWS(yourTable) to a table visual.