I have months on x-axis and row count on y-axis. I wanted to display the 12 months jan-dec on x-axis as count 0 even if data is not present in data table. Can you please help me.
Thanks Bharath
You will want to Right Click on your Chart > Apperance > Check the box "Compensate for missing values". However, you can't use this with ROWCOUNT()
on your Y-Axis. You will have to set it to something like Count([YourUniqueIdColumn])