Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a below table like this:
Now I want the count of rows for the 2 columns which are highlighted in yellow on the top of these columns.
I have seen in some dashboards but don't know how to do it.
Please help me out.
Change this field's Title/Header to be e.g.:
='FUP_ID (Count: ' & Count(Distinct FUP_ID) & ')'
I assume you want the number of distinct values, counting the number of rows in a table isn't individual to specific columns.