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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
victoriashenton
Frequent Visitor

Progress bars

Hi I need some help with progress bars. Thank you so much in advance to anyone that takes the time to help me.

 

I will like to be able to track the progress of 3 task each with 3 milestones (not started, in progress and completed) for multiple pupils. I will paste the sample tables below which I have in power bi as well as the kind of visual I would like. Also please could you let me know what the relationship between the 2 tables should be just so I can check I have that right.

 

Capture.JPG

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @victoriashenton ,

 

We can use the condition format in matrix visual to meet your requirement, but the progress bars is the round.

 

6.PNG7.PNG8.PNG

 

OR you can try to use the measure

 

ProgressBar = 
SWITCH (
    MAX ( 'StatusTable'[Status ID] ),
    1, UNICHAR ( 9646 ) &UNICHAR ( 9647 ) & UNICHAR ( 9647 ),
    2, UNICHAR ( 9646 ) & UNICHAR ( 9646 ) & UNICHAR ( 9647 ),
    3, UNICHAR ( 9646 ) &UNICHAR ( 9646 ) & UNICHAR ( 9646 )
)

9.PNG

 

We can also use the bullet visual, please refer to this similar thread: https://community.powerbi.com/t5/Desktop/How-to-get-a-way-to-make-a-Progress-bar/td-p/94612

 


BTW, pbix as attached.

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Community Support Team _ Dong Li
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

3 REPLIES 3
v-lid-msft
Community Support
Community Support

Hi @victoriashenton ,

 

We can use the condition format in matrix visual to meet your requirement, but the progress bars is the round.

 

6.PNG7.PNG8.PNG

 

OR you can try to use the measure

 

ProgressBar = 
SWITCH (
    MAX ( 'StatusTable'[Status ID] ),
    1, UNICHAR ( 9646 ) &UNICHAR ( 9647 ) & UNICHAR ( 9647 ),
    2, UNICHAR ( 9646 ) & UNICHAR ( 9646 ) & UNICHAR ( 9647 ),
    3, UNICHAR ( 9646 ) &UNICHAR ( 9646 ) & UNICHAR ( 9646 )
)

9.PNG

 

We can also use the bullet visual, please refer to this similar thread: https://community.powerbi.com/t5/Desktop/How-to-get-a-way-to-make-a-Progress-bar/td-p/94612

 


BTW, pbix as attached.

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

That's great thank you very much for the assistance. It was just what I was looking for! 

YJ
Resolver II
Resolver II

can you attach the excel file?

thanks

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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