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! Learn more
Hi @Anonymous
I will create one 🙂
I have this piece of code that is not giving errors, but not the expected result:
TEST 2 =
VAR CurrentDate = TODAY()
VAR NextWorkingDates =
FILTER(
ALL( DateTable[Date] ),
DateTable[Date] > CurrentDate && RELATED(DateTable[Working Day]) = TRUE()
)
VAR Next10WorkingDays = TOPN( 11, NextWorkingDates, 'DateTable'[Date], ASC )
VAR Result = MAXX(Next10WorkingDays, 'DateTable'[Date])
RETURN Result
This is diffently not what I expected to get.
Basicly I want to have an input data - expected project workdays - and then expected ready date.
Let me know if I make no sense 🙂
I Created a sample here:
https://www.transfernow.net/dl/20240216cAtDviKK
Hi, @DennisSchlein
Can you provide some sample data or PBIX files?
And don't give out private information and personal information.
Best Regards
Yongkang Hua
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |