Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have filter pane if I select any value in filter pane my chart should show values based on my selection if I don't have any data for particular selection error message should show like no data for particular status.and if I don't select any value in filter pane my chart should show all the values.
How to achieve this
In Chart Properties >> Add-Ons >> Data Handling
Add Calculate Condition expression to evaluate chart only when the measure returns a value
= sum(Sales)
Under message expression add : ‘No value for current selections’
Refer below
Thanks viniemel12 for replying.Iam getting error message when I select filter if we don't have data.but if I don't select any filter it should show all the data but if I don't select anything it is showing select at least one filterto see the value.instead of this error message if I don't select filter I should get all the values