What problem or goal is the end user trying to solve or accomplish?
When the dashboard filter does not return any result in the charts, this phrase will be shown: No results were returned for this query. It would be great to modify the phrase.
How are they solving it currently?
It is not possible currently.
What is the recommended solution by the Customer?
Create an option to modify this phrase.
In our case, the difference is in how clear we can be with our clients about why they don't have data for a particular chart. The current "No results returned" message isn't necessarily clear to an end user that such a behavior can be expected in certain circumstances. We are concerned about confusing our users because of the current messaging and lack of ability to customize it.
I will also recommend handling the null values on chart itself. As I am not able to see the hide null values in the chart type.
I tried using coalesce function, but it is working on table not on tile which is developing now.
My aim is to hide null values and show only those bars which are having values.