Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more

Reply
Anonymous
Not applicable

How do I do an end date in Power Query?

Hello! Here is my power query. However, I am unsure how to do a date range from 11/21/2022  to just a specific date (like 2/27/2023). Can I change this line in my power query to do that?

 

{Cube.ApplyParameter, "DateRange", {#date(2022, 11, 21), Date.AddDays(DateTime.Date(DateTime.LocalNow()),-4)}},

1 REPLY 1
ppm1
Solution Sage
Solution Sage

Try this instead

 

{Cube.ApplyParameter, "DateRange", {#date(2022, 11, 21), #date(2023,2,27)}},

 

Pat

Microsoft Employee

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.