Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
13 | |
11 | |
9 | |
8 | |
8 |