Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I'm looking for a solution that will help in grouping dates into fortnights, irregardless of month or year. I'll attach an image to help understand what I am meaning.
It wouldn't matter if the column started at calendar start or a specific date.
The date table I have is just an invoked funtion in M.
Hopefully someone can help, I'm not sure what other information I could provide that would be helpful here.
Solved! Go to Solution.
I'm thinking:
Fortnight =
VAR __BaseDate = DATE(2019,1,1)
VAR __Days = ([Value].[Date] - __BaseDate) * 1.
RETURN
INT(__Days/20) + 1
Attached PBIX.
I'm thinking:
Fortnight =
VAR __BaseDate = DATE(2019,1,1)
VAR __Days = ([Value].[Date] - __BaseDate) * 1.
RETURN
INT(__Days/20) + 1
Attached PBIX.
@Greg_Deckler , absolute genius, but instead of the number how can i get actual date of the fortnight
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |