Forum Discussion
powerbiexpert22
Impactful Individual
2 months agoalternative chart power bi
below chart represent milestone for different stages, is there any alternative chart (native charts in power bi) which i can use to show milestones at different stages like below
- 2 months ago
powerbiexpert22
Please follow this links:https://www.youtube.com/watch?v=d7lFomQ7jh0
danextian
Super User
2 months agoThis can be achieved with native visuals to a certain extent. For instance, a line chart can be used with a constant value per month, and then markers can be conditionally formatted. Custom data labels can be used to show text below the circles and the line, while Plan, Actual, and Industry Benchmark can be represented using small multiples.
With a matrix using SVGs, the lines would end up broken because gridlines cannot be fully removed even when disabled, and each cell introduces a left padding when rendering images, which currently has no option to be hidden.