Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
@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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
88 | |
74 | |
63 | |
48 | |
38 |
User | Count |
---|---|
118 | |
86 | |
80 | |
58 | |
40 |