Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi experts,
I have a date column on a matrix, from 2018-10-17 to 2019-01-24, and I'd like to select Wednesday only.
It seems that the advanced filter is only capable of doing very basic filtering.
Actually, wish we could do as in pandas, i.e. pass a function to filter a column, that would be perfect because MS will never need to add tons of tiny functionalities. I think what Power BI truly lacks is not functionality, but a flexbile scripting language, like VBA in Excel.
Solved! Go to Solution.
you can add another column with the weekday number, using the WEEKDAY function and then filter by 4.
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
you can add another column with the weekday number, using the WEEKDAY function and then filter by 4.
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!