Forum Discussion
Minty7
8 years agoNew Member
omit null values
The data source for a dashboard is excel. The resultset is one value and the rest are null. How do you omit the null value given certain column for a label?
- Anonymous8 years ago
To ans wer your specific needs - If you just need only the Top row always, In Query Editor -> Home Tab- > Keep Rows->Keep Top Rows-> Enter 1 as row, this will keep the top row only.
If you want to apply a filter on column level, you can apply a filter to remove the NULL rows.
Thanks
Raj
Minty7
8 years agoNew Member
I'm not at my pc to post a screenshot. One of the columns in the excel file only has 1 value. The rest of the rows are blank. This will always be the case for this column. I only want the 1st row. The value will always appear in the 1st row.
Anonymous
8 years agoNot applicable
To ans wer your specific needs - If you just need only the Top row always, In Query Editor -> Home Tab- > Keep Rows->Keep Top Rows-> Enter 1 as row, this will keep the top row only.
If you want to apply a filter on column level, you can apply a filter to remove the NULL rows.
Thanks
Raj
- Minty78 years agoNew Member
It wroks, thank you!