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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I thought the filter function was supposed to get around this error. Ugh. Here is my formula. BTW 'year' is formatted as a number.
calculate(distinctcount(Main[Vessel Imo]),filter(all('Calendar'[Year]),'Calendar'[Year]=max('Calendar'[Year]))
Solved! Go to Solution.
Hi @dniedrauer,
Try the same formula but remove column name after ALL:
Or as an alternative, you can create Current Year column and compare it against the Calendar Year something like this:
Hope it helps.
Regards
Abduvali
Hi @dniedrauer,
Try the same formula but remove column name after ALL:
Or as an alternative, you can create Current Year column and compare it against the Calendar Year something like this:
Hope it helps.
Regards
Abduvali