Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
9 | |
9 | |
6 | |
5 |
User | Count |
---|---|
19 | |
18 | |
9 | |
9 | |
8 |