Hi Christina,
You can visit my blog by clicking here.
Here, I have explained, how to achieve a requirement just like yours,
Let me know, if you have any issues,
Hope it helps!
Hi Christina,
Yes, of course, it is possible.
On your dashboard page, you can embed your entire dashboard within a dataview connected to a specific entity. This entity will hold the selected values from the filters. Use this new entity to build your custom filter functionality. When you select the filters, you can refresh this entity to update the entire dashboard.
Hi Christina,
Create one non persistable helper entity . .
Add one data view top of the dashboard. Inside the Data View, add input widgets for each filter attribute. Add button or on change event will trigger a microflow or nanoflow to refresh the charts with the filtered data. For each chart on your dashboard, set the data source to a microflow to retrieve the filter object to return.
It worked! Thank you all for the help :)