The following is my desired result:
However, with my current solution, I only see the counted rows from all tables combined in one column. Do you have any advice on how to fix that?
The following is my desired result:
However, with my current solution, I only see the counted rows from all tables combined in one column. Do you have any advice on how to fix that?
Hi @marc
Sounds like you want to use "Number of distinct values of ..." instead of just "Count".
That's what I needed! Didn't try that one before. Thank you!