Forum Discussion
ThomasWeppler
Impactful Individual
3 years agoSelecting a date every x week
Hi Power BI community I have a table with five columns 1. Index: An index column 2. Assignment: A Number column that shows diffrent assignment. (In this example we will just look at [Assignm...
- 3 years ago
Hi,
if
Duration.Days([Date] - [FirstDate]) = 0
or
Duration.Days([Date] - [FirstDate])/7 = [Interval]
then
1
else
nullStéphane
slorin
Super User
3 years agoHi,
if
Duration.Days([Date] - [FirstDate]) = 0
or
Duration.Days([Date] - [FirstDate])/7 = [Interval]
then
1
else
null
Stéphane