Forum Discussion

amanda_wahlig's avatar
amanda_wahlig
Frequent Visitor
2 years ago
Solved

Percentage Data Not Displaying Correctly in Line Graph

I have a data set (comes from an external source) that contains survey data already summarized (so I can't just go to the base data and have BI do calculations):   Question Year % Positive % ...
  • amanda_wahlig's avatar
    2 years ago

    Anonymous was the closest to the solution. I didn't need to add an index column - just use the "sum" of the percentage column and scale the y-axis from 0 to 1. It's still not entirely clear to me why BI would make it look like you're adding anything, but it works.

     

    I realized that the question wasn't clear: I wanted a line chart with the percentage on the y-axis, the year on the x-axis, and then three lines to show the values in each year that were positive, neutral, and negative. A slicer would allow users to view the results for a given question.