How to show data in 12 months in histogram graph

Hi everyone,

I only have data of a few months as below in my slice

Do you guys have any ideas to show a fully 12 columns = 12 months in the histogram view ? Even some other months data = 0 is ok

You need to have all months listed in the charted table for them all to display.

You can either build a new Table that lists all months, and sums of the data from the other Table. Or perhaps just input some dummy records into your main data table, 1 for each month.

4 Likes