cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
diskovered
Helper III
Helper III

monday WHERE in PowerBI

SELECT [test]

from table.report

where 20200611 between date_start and date_end

 

Does anyone know how to do this....I need to make this 20200611 dynamic so it's always the current Monday of the week in this date format. 

1 REPLY 1
diskovered
Helper III
Helper III

Nevermind, this one should do:

 

SELECT [test]

from table.report

where convert(varchar, getdate(), 112)  between date_start and date_end

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors