Forum Discussion
BarryFletcher
1 year agoHelper III
Count Unique Rows
Trying again with this one - my rushed typing wasn't clear the first time - apologies. I have a list of timesheets whish are entered weekly, as can be seen on the image below, each entryin each t...
- Anonymous1 year ago
Hi BarryFletcher ,
This is my test data.
We can create a new table.
Table 2 = SUMMARIZE('Table',[Staff Name],[#Week],"work_hours",SUM('Table'[Work Hours]))If I have misinterpreted your needs, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
danextian
1 year agoSuper User
The unique count should be based on what columns? - So if these columns were to be combined together, they'd be considered a count.