Forum Discussion
Selected Year Side By Side Comparison In chart
- 3 years ago
Hi GiTchitchinadze ,
If you want the chart to display selected years side by side, you need to change your X-axis(remove year from the date hierarchy)
Based on your description, I have created a simple sample:
Please try:
Loss Ratio = DIVIDE(SUM('Table'[Loss Ammount]),SUM('Table'[Sales Ammount]))Apply it to the visual:
Then create a slicer for year:
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi GiTchitchinadze ,
If you want the chart to display selected years side by side, you need to change your X-axis(remove year from the date hierarchy)
Based on your description, I have created a simple sample:
Please try:
Loss Ratio = DIVIDE(SUM('Table'[Loss Ammount]),SUM('Table'[Sales Ammount]))
Apply it to the visual:
Then create a slicer for year:
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.