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

Get Fabric certified for FREE! Don't miss your chance! 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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.