Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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 April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
73 | |
70 | |
67 | |
44 | |
41 |
User | Count |
---|---|
48 | |
42 | |
29 | |
28 | |
27 |