Forum Discussion
Remove blanks data
- 7 years ago
Hi NirH_at_BITeam,
Yes. As we can only drag column field to the Axis bucket of the chart visual, we need to modify table to filter out Axis values which has blank data.
Best Regards,
Qiuyun Yu
Assume the sample raw data like below:
We can go to Query Editor and remove the blanks for the table:
Or we can create a new table via DAX then use this table data in a chart visual:
Best Regards,
Qiuyun Yu
- NirH_at_BITeam7 years agoFrequent Visitor
Thanks and you were right my data does look like your table.
So basically there is no simple DAX to resolve this either to handle it in the source/load system (Power Query), or creating the table... is that correct?
NH
- v-qiuyu-msft7 years agoCommunity Support
Hi NirH_at_BITeam,
Yes. As we can only drag column field to the Axis bucket of the chart visual, we need to modify table to filter out Axis values which has blank data.
Best Regards,
Qiuyun Yu