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.
Hi BI Gurus
I have a direct query where i pass 'Code' slicer as parameter to the directquery and get all data for the code selected..
my direct query looks as below:SELECT *FROM [PERFORMANCEDM].[dbo].[look_through_temp_dashboard]where portfolio_code='" & PortfolioCodeParameter & "'"]
i expect when i select the date parameter.. the direct query should not be executed as i have all data for all dates related to a code at power bi level.
my question: can the direct query call be disabled when only date slicer is selected and enabled when code is selected?