The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi @Tad17,
what is your desired outcome when 'P FILES'[ATD] and 'P FILES'[BIZ DAYS] are both blank? Because as it is written now, dateidx does not get a value when they are both blank.
You could try something like this
BIZ DATE = VAR dateidx = IF ( AND ( ISBLANK ( [ATD] ), ISBLANK ( [BIZ DAYS] ) ), BLANK (), CALCULATE ( MAX ( 'Calendar'[WorkingDayIndex] ), 'P FILES'[ATD] = RELATED ( 'Calendar'[Date] ) ) ) VAR newdateidx = dateidx + 'P FILES'[BIZ DAYS] RETURN CALCULATE ( MAX ( 'Calendar'[Date] ), FILTER ( ALL ( 'Calendar' ), 'Calendar'[WorkingDayIndex] = newdateidx && 'Calendar'[IsWorkDay] = 1 ) )
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |