Forum Discussion
How to plot all zero values in scatter chart
Hi Anonymous ,
Instead of placing initial dataset fields into scatter chart, you could show values via measure. For example, if the values displayed on chart dots can be calculated by [Measure1], to show zero, you could add below measure into chart,
Measure=[Measure1]+0.
Best regards,
Yuliana Gu
Thanks for the response,
Would I need to use an aggregate function, like SUM() on the average engagement column? I'm trying to use the formula you wrote above but Power BI is not picking up [Average Engagements] as a column. Also would this formula not just return a single number? Could I do the same +0 with a calculated column?
- v-yulgu-msft7 years agoMicrosoft Employee
Hi Anonymous ,
Would I need to use an aggregate function, like SUM() on the average engagement column? I'm trying to use the formula you wrote above but Power BI is not picking up [Average Engagements] as a column.
I think it's depend on your actual data.
Could I do the same +0 with a calculated column?
Yes. You could have a try.
Best regards,
Yuliana Gu