Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
Hi @AndreT,
Please post sample data and illustrate your desired result with examples/image so that I can test for you.
Regards,
Yuliana Gu
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?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
74 | |
57 | |
38 | |
33 |
User | Count |
---|---|
71 | |
66 | |
57 | |
49 | |
47 |