The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.