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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Anonymous
Not applicable

Percente

HI everybody,

Have I troble to do percent 

 

What i need

Count i "cidades" and divide foir all "cidades"

PabloSosa_1-1641381548811.png


What i tried



PabloSosa_0-1641381491019.png

 

WHen i put in the graph 

PabloSosa_2-1641381601372.png

 

Thanks

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Assume you have already get the [cidades] column correctly, then you could create a measure like below:

measure = 
var a = calculate(countrow('atendimentos'),filter(all('atendimentos'),[cidades] = selectedvalue('atendimentos'[cidades])))
var b = calculate(countrow('atendimentos'),ALL('atendimentos'))
return

divide(a,b)

If I misunderstood your meaning, please show some sample data in text format and the expected result you want.

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

Assume you have already get the [cidades] column correctly, then you could create a measure like below:

measure = 
var a = calculate(countrow('atendimentos'),filter(all('atendimentos'),[cidades] = selectedvalue('atendimentos'[cidades])))
var b = calculate(countrow('atendimentos'),ALL('atendimentos'))
return

divide(a,b)

If I misunderstood your meaning, please show some sample data in text format and the expected result you want.

 

Best Regards,

Jay

amitchandak
Super User
Super User

@Anonymous , You can not use slicer value in a column, You need to create a measure

 

refer

 

Percent of SubTotal or Total: https://www.youtube.com/watch?v=6jTildcV2ho&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=37

 

Percent of Total- https://www.youtube.com/watch?v=uO3ojDPOpcg&list=PLPaNVDMhUXGZNyKU0PgG2g3P0c6CPjMnj&index=7

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.