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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Separate column wise Percentage based on the booking status count

Hi Everyone ,

 

I have the data set like the below 

 

Booking status                   Date         

Confirmed                        April - 2022

Confirmed                        April - 2022

Not Confirmed                 April - 2022

Amended                         April - 2022

Amended                         April - 2022

Amended                         April - 2022

Confirmed                        April - 2022

Confirmed                        May - 2022

Not Confirmed                 May - 2022

Amended                         May - 2022

Amended                         May - 2022

Amended                         May - 2022

 

How to get seperate Month column wise total percentage  ?

plese find the attached Screen shot

THENNA_41_0-1665398247395.png

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

What fields that you used to design the chart? Can you please share some more detail about these?

How to Get Your Question Answered Quickly  

You can also try to use the following measure formula if helps:

Overall Percent by status type=
DIVIDE (
    CALCULATE (
        COUNT ( Table[Booking status] ),
        ALLSELECTED ( Table ),
        VALUES ( Table[Date] ),
        VALUES ( Table[Booking status] )
    ),
    CALCULATE (
        COUNT ( Table[Booking status] ),
        ALLSELECTED ( Table ),
        VALUES ( Table[Booking status] )
    )
)

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@Anonymous  Thank you so much  its working 

Anonymous
Not applicable

HI @Anonymous,

What fields that you used to design the chart? Can you please share some more detail about these?

How to Get Your Question Answered Quickly  

You can also try to use the following measure formula if helps:

Overall Percent by status type=
DIVIDE (
    CALCULATE (
        COUNT ( Table[Booking status] ),
        ALLSELECTED ( Table ),
        VALUES ( Table[Date] ),
        VALUES ( Table[Booking status] )
    ),
    CALCULATE (
        COUNT ( Table[Booking status] ),
        ALLSELECTED ( Table ),
        VALUES ( Table[Booking status] )
    )
)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.