Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am working on a Vehicle Repairs dashboard.
I need to show simple chart with a car between two service points: Last service, Next Service.
The distance between service points is always 20000 km. And I know how many km a car passed since the last service.
What chart to should I use?
Something simple as this:
Solved! Go to Solution.
Ok, got it.
So I've put numbers from 0 to 20000 on X axis.
Then, I've built 2 measures using selectedvalue.
If SELECTEDVALUE of X axis = the first point, then 0, else blank
The second point is the same logic.
So both measures return 0, but at different points on X axis.
Ok, got it.
So I've put numbers from 0 to 20000 on X axis.
Then, I've built 2 measures using selectedvalue.
If SELECTEDVALUE of X axis = the first point, then 0, else blank
The second point is the same logic.
So both measures return 0, but at different points on X axis.
Hello @paz ,
check this workaround https://youtu.be/T2KJRY92YUk?si=8XcNPU2DTKEwKjjZ
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea💡
Proud to be a Super User! | |
Maybe a simple line chart with a reference line (with 20k km).
Dates on your x-axis.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.