Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
BishwaR
Helper V
Helper V

Total of text

CB3FA96B-0582-433C-BA7D-0E229D521A0F.jpeg

 I have table like this. I created a measure 

Count Of Line = districtcount(Item Line) as a result it is returning total value 3 but how can I get 5 instead because when I calculate the average of Count of Line it returns 3/5= 0.6 where as I want the value 5/5=1

Thank you 

2 REPLIES 2
amitchandak
Super User
Super User

@BishwaR , Try a measure like

Count Of Line = count(Table[Item Line])

Count Of Line = countrows(Table)

 

or

 

Count Of Line = distinctcount(Table[Item Line])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
lbendlin
Super User
Super User

Use COUNTROWS() instead of DISTINCTCOUNT()

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.