Forum Discussion
Anonymous
6 years agoNot applicable
When first year is selected for date range, % change is causing visual to be blank
Hi, I have created a visual and the card with % change at the top displays, but the visualization below is blank. I'm using a line and stacked column chart where the line is supposed to show the % change and the bar shows the $ change.
I have a second waterfall chart visual that includes 2012 and is fine, so I'm assuming my line and stacked column visual is having trouble graphing the % Change in ACV. Here is my DAX:
% Change in ACV = DIVIDE('ACV'[ACV Change], 'ACV'[DD First Date ACV],0)
You can see from my picture that the ACV change and % is posted at the top, but it's not graphing out. If I go to the second year in the range (2013) everything shows up in my visualization.
- Anonymous6 years ago
Found the problem, I had to change my calendar table to the first year that i had data. I had it set for 2010 instead of 2012.
1 Reply
- AnonymousNot applicable
Found the problem, I had to change my calendar table to the first year that i had data. I had it set for 2010 instead of 2012.