Currently, I am developing a unique visual on Microsoft Power BI using d3.js.
This customized visual includes a filter effect where selecting filters changes the style properties and adds new items.
However, one issue in Power BI is the inability to detect if filters are applied when the page/visual is loaded and the challenge of retrieving non-filtered data with filters applied.
Does anyone know of a solution to detect filters and access the original data even with filters active?
Thank you