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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
AndreT
Helper I
Helper I

Query Editor - Custom column with specific date

Hi,

I'm trying to build a custom columns where:

 

FIrst Column give result True/False to following: Date has to be in a week which started 4 weeks ago.

2nd column - True/Fals for any dates which are 4 weeks older or more. 

 

Many thanks in advance.

2 REPLIES 2
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @AndreT,

 

Please post sample data and illustrate your desired result with examples/image so that I can test for you.

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Youliana,

I managed to bulid following queries:

 

Fora  week which happened exactly 4 weeks ago: 

" =if[Date]>=DateTime.Date(Date.AddDays(Date.StartOfWeek(DateTime.FixedLocalNow(),1),-28)) and [Date]<DateTime.Date(Date.AddDays(Date.StartOfWeek(DateTime.FixedLocalNow(),1),-21)) then "TRUE" else "FALSE" "

 

For dates oldet than 4 weeks ago:

" =if[Date]<=DateTime.Date(Date.AddDays(Date.StartOfWeek(DateTime.FixedLocalNow(),1),-28)) then "TRUE" else "FALSE" "

 

It works but dates are moving within a week.

I would like to make it stacic for a week.

 

Example: This week is W/c 19/03. Today is 20/03 but I would still like to have a True outcome for dates falling in W/c12/02

 

At the moment the first query would show me today, dates from 13/02 to 19/02 Incl.  But I would like to keep it 12/02-18/02 Untill end of this week. So, True would only move to 19/02 once we are in W/c 26/03. Does that make sense? 

 

 

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.