Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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
@Anonymous Thank you so much its working
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |