Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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!!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.