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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
tkavitha911
Helper III
Helper III

This is my sample input data.

I would like to check if each seller level and zone level is at 100%. Could you please assist with this?

seller nameConsider StatusZonevalue
ASTRADERSIn-transitEast34
ASTRADERSIn-transitSouth1323
ASTRADERSYet to be pickedSouth345
ASTRADERSYet to be pickedWest235
ASTRADERSYet to be pickedEast3132
ASTRADERSYet to be pickedNorth567
ASTRADERSYet to be pickedSouth2484
ASTRADERSIn-transitWest34
ASTRADERSYet to be pickedWest234
BaidyanathNagpurIn-transitSouth3
BaidyanathNagpurIn-transitWest33
BaidyanathNagpurIn-transitSouth57
BaidyanathNagpurYet to be pickedNorth34
CLEOFCOSMETICSYet to be pickedWest567
CLEOFCOSMETICSIn-transitWest2467
CLEOFCOSMETICSIn-transitNorth24
CLEOFCOSMETICSIn-transitNorth34
CLEOFCOSMETICSYet to be pickedEast65
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @tkavitha911 ,

 

1. You can create measure.

Status Percentage =
COUNTROWS ( 'Table' )
/ CALCULATE (
COUNTROWS ( 'Table' ),
ALLEXCEPT ( 'Table', 'Table'[Seller Name], 'Table'[Zone] )
)

 

2. If you want to show if it is 100%, you can create MEASURE.

Is 100% = IF([Status Percentage] = 1, "Yes", "No")

vkaiyuemsft_0-1718674154603.png

 

If this is not the result you are expecting, please let me know more information using other means such as screenshots or dummy tables so that we can better help you solve the problem.

 

Best Regards,

Clara Gong

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @tkavitha911 ,

 

1. You can create measure.

Status Percentage =
COUNTROWS ( 'Table' )
/ CALCULATE (
COUNTROWS ( 'Table' ),
ALLEXCEPT ( 'Table', 'Table'[Seller Name], 'Table'[Zone] )
)

 

2. If you want to show if it is 100%, you can create MEASURE.

Is 100% = IF([Status Percentage] = 1, "Yes", "No")

vkaiyuemsft_0-1718674154603.png

 

If this is not the result you are expecting, please let me know more information using other means such as screenshots or dummy tables so that we can better help you solve the problem.

 

Best Regards,

Clara Gong

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.