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 have a table with names that are added periodically. I would like to count the number of times each name appears in the column and display the information in a table. Each time a name is added, that name should also be added to the table. I would appreciate ideas.
This is what the column looks like and next is what the resulting table should look like
Column
Table Display
Solved! Go to Solution.
Hi @vincetaylor
Use this measure
Measure = CALCULATE(COUNTROWS('Names'), FILTER('Names', 'Names'[Name] = SELECTEDVALUE('Names'[Name])))
Regards
Phil
Proud to be a Super User!
Hi,
Drag the name column to a Table visual and write this measure
Count = countrows(Data)
Data is the name of the Table.
Hope this helps.
Hi,
Drag the name column to a Table visual and write this measure
Count = countrows(Data)
Data is the name of the Table.
Hope this helps.
Hi @vincetaylor
Use this measure
Measure = CALCULATE(COUNTROWS('Names'), FILTER('Names', 'Names'[Name] = SELECTEDVALUE('Names'[Name])))
Regards
Phil
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
64 | |
63 | |
52 | |
39 | |
24 |
User | Count |
---|---|
80 | |
57 | |
45 | |
44 | |
35 |