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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

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
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 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.