Forum Discussion
phillip_from_oz
4 years agoFrequent Visitor
powerBI graph not rendered correctly
Hello, I'm creating a line graph: x-axis is date y-axis is a number <- Count of number of installs of CS Now the "Count of number of installs of CS" is the same for all the dates. The graph ...
- 4 years ago
it is because you are using sum and there are duplicate dates in your data.
vanessafvg
4 years agoCommunity Champion
it is because you are using sum and there are duplicate dates in your data.
phillip_from_oz
4 years agoFrequent Visitor
Thanks.