Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Team, I have a data like below
I want to Train image for each Stage based on the Status of Stage in the above data.
If any is in completed stage, then the tarin image be above the other Stage ( like it is in Progress Stage )
is it feasible in power bi with Train Image showing in the Track.. Like with the existing data.
Pls let me know how the structure of the data should be to create like above
Solved! Go to Solution.
@KR300
it is feasible to display a "Train Image" progressing through different stages based on the status of each stage in Power BI. You can achieve this using a combination of image URLs, a progress tracking table, and a custom visual (e.g., Smart Narrative, SVG in a Table, or a custom Power BI visual like Synoptic Panel or Deneb).
You need a structured dataset with at least the following fields:
| Stage | Status | Image URL |
|---|---|---|
| Stage 1 | Completed | [Train Image URL] |
| Stage 2 | In Progress | [Train Image URL] |
| Stage 3 | Pending | [Train Image URL] |
You have multiple ways to visualize the train moving through the stages.
Hi @KR300,
I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.
Thank you,
Pavan.
Hi @KR300,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, kindly "Accept as Solution" and give it a 'Kudos' so others can find it easily.
Thank you,
Pavan.
Hi @KR300,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "Accept as Solution" and give a 'Kudos' so other members can easily find it.
Thank you,
Pavan.
@KR300
it is feasible to display a "Train Image" progressing through different stages based on the status of each stage in Power BI. You can achieve this using a combination of image URLs, a progress tracking table, and a custom visual (e.g., Smart Narrative, SVG in a Table, or a custom Power BI visual like Synoptic Panel or Deneb).
You need a structured dataset with at least the following fields:
| Stage | Status | Image URL |
|---|---|---|
| Stage 1 | Completed | [Train Image URL] |
| Stage 2 | In Progress | [Train Image URL] |
| Stage 3 | Pending | [Train Image URL] |
You have multiple ways to visualize the train moving through the stages.
If any stage is completed , automatically the train is move to next Stage/Station and the Horizontal line for that Statge/Station show Yellow color ( In Progress = Yellow )
Hi @KR300,
Thank you for reaching out in Microsoft Community Forum.
Thank you @johnbasha33 for the helpful response.
Please follow below steps to desired output;
1. Create a table with columns like Stage, Status (Completed, In Progress, Pending), and optionally Image URL if using dynamic image swapping.
2.Use a calculated column or DAX measure to determine the current position of the train (e.g., if Stage 1 = Completed and Stage 2 = In Progress → train is at Stage
3.Use Synoptic Panel by OKViz for a visual map of the train track.
Design a background SVG where each station/segment is a region mapped to your Stage.
Highlight the current station (train position) with a yellow color using conditional formatting based on Status.
Please continue using Microsoft community forum.
If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.
Regards,
Pavan.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |