Forum Discussion
Numeric values displayed as Blank
I have two numeric columns in a table where visualizations present thier values as blank. Other numeric columns have their values presented as expected. Any ideas how to correct this?
Yes that was it. I removed all filters and the values show as expected. Rookie mistake. Thanks!
6 Replies
- haozhongResolver I
Please screenshot the right hand side of Power BI too so that we can see what visualisations you are trying to use and whether you have selected the appropriate fields to show in the visualisation.
- v-chuncz-msftCommunity Support
You may check if there are some Page level filters, Report level filters, and Visual level filters that have been applied.
- adam_bosRegular Visitor
Yes that was it. I removed all filters and the values show as expected. Rookie mistake. Thanks!
- v-chuncz-msftCommunity Support
Since your problem has been resolved, please help accept solution. That way, other community members may also benefit. Your contribution is highly appreciated.
- Gui_CostaFrequent Visitor
Trying to add some information: sometimes, with measures in numeric columns, you may experience this same situation. In that case, add (sum) a zero to the measure (at the end) and the value will turn from (blank) to 0. just put "+0" at the end.
Regards
- adam_bosRegular Visitor
Thanks for the tip!