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.
How to to apply a dynamic date filters ?
i am trying to get the latest weekend date form a weekend date column from a power BI dashboard view. Trying to achive this with the "M script" and pass the parameters from the user selection with in the dashboard.
My datasource is an MDX query or MSOLAP cube.
Appricipate your help...!
Solved! Go to Solution.
Hi @Anonymous,
You can take a look at below article which told about apply dynamic date filter in query editor:
Power Query M filter data by Dynamic Date (PQ not DAX) Start of Month
Regards,
Xiaoxin Sheng
Hi @Anonymous,
You can take a look at below article which told about apply dynamic date filter in query editor:
Power Query M filter data by Dynamic Date (PQ not DAX) Start of Month
Regards,
Xiaoxin Sheng
It works for my requirment,Thank you so much...