1

I have problem to show data in bar chart.

I want to show year in dimension and sum of price in expressions. Because I have a lot of data in bar chart I got no data to display.

I have idea to separate data by month like this

sum({<PostingMonth = {'JAN', 'FEB', 'MAR', 'APR', 'MAJ', 'JUN', 'JUL', 'AVG', 'SEP', 'OKT', 'NOV', 'DEC'}>} Price)

but also get no data.

If I show month by month I got result, how to sum all month to get value.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
pape
  • 239
  • 4
  • 17

1 Answers1

1

Why don't you just add PostingMonth as a second Dimension?

ibarant
  • 266
  • 3
  • 15