Forum Discussion
Price range comparison graph
- Anonymous2 years ago
Hi Jo_Chrq ,
There is no suitable visual, but as a workaround. You can create a stacked bar chart and then set the bar in the front section to white.
Sample data:
Stacked bar chart:
If you find that the maximum value corresponds to the wrong x-axis value, you can create an interval measure to replace the max value column.
Interval = SUM('Table'[Max])-SUM('Table'[Min])As you can see, for C2, the max value is 38, which is displayed correctly below.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Jo_Chrq ,
There is no suitable visual, but as a workaround. You can create a stacked bar chart and then set the bar in the front section to white.
Sample data:
Stacked bar chart:
If you find that the maximum value corresponds to the wrong x-axis value, you can create an interval measure to replace the max value column.
Interval = SUM('Table'[Max])-SUM('Table'[Min])
As you can see, for C2, the max value is 38, which is displayed correctly below.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.