Widgets sometimes do not show data because the query did not fetch results. Here are some possible reasons why the query did not return results:
- The dataset is empty.
- The filter used in the query has no corresponding data to return.
- The query used in the widget is wrong.
- There is an exception in the code.
Below is a sample widget without data.