The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
hello is there any utils in power BI Apis thats can say which filters are applied on the dashbord. I'm developing a visual that is dependant on the filters and I want to know if there is a simple method to call, or should I hard code everything from the dataview.
@Anonymous,
As far as I know, there is no API available. You may take advantage of DAX, such as ISFILTERED Function.