Forum Discussion
Anonymous
5 years agoNot applicable
Bar chart with 2 values
Hello, I would like to put 2 values in a grouped bar chart. The values are "revenue selected year" and "revenue previous year", grouped in several categories (e.g.: region A, region B, region C)....
Anonymous
5 years agoNot applicable
Hi Anonymous ,
According to your description, I create this data:
Here are the steps you can follow:
1. Create calculated column.
Year = YEAR('Table'[date])2. Place region to axis, year to legend and revenue to value
3. Result:
You can downloaded PBIX file from here.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.