Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello all,
In table visualization I have a text column for the same column I want to show the count of rows in Total section. How Can i do that without adding a new value column?
@AlexisOlson @amitchandak @ValtteriN
Ex: Desired Output:
Column 1 Column 2
A123 Fan
B123 Bag
C123 Phone
--------------------------------
Total = 3
Solved! Go to Solution.
@dhanekula1996 you can write a measure like this
Measure = if(HASONEVALUE('Table'[Column 1]),CALCULATE(MAX('Table'[Column 2])),COUNTROWS('Table'))
@dhanekula1996 you can write a measure like this
Measure = if(HASONEVALUE('Table'[Column 1]),CALCULATE(MAX('Table'[Column 2])),COUNTROWS('Table'))
Thank you!!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |