Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
@NewPBIe ,
Can you try this formula?
Measure =
IF(
ISBLANK([All Completed Tasks] / [All Tasks]),
0,
CALCULATE(
[All Completed Tasks] / [All Tasks] * 100,
FILTER(
'Table 1',
'Table 1'[Year to fiscal year] = MAX(Calender[Fiscal Year])
)
)
)
Thanks,
Arul
Thank you Arul,
unfortunately is the Table 1 not reachable from the measure:
I can only reach this "'Heutiges Datum' but no Field in the Table 1.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.