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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
i am working on a Formula 1 PBI and are trying to get the total rank by each season.
For that purpose i used the following measure:
While i get results for the years driven, which are mostly correct, it also ranks years not driven. What am I doing wrong?
Hi @Bene1995 ,
You are using ALL() function, that will ignore the filters in the formula.
Try removing ALL() or using ALLSELECTED().
It it still doesn't work, please consider to use silcer and add the filter conditions to formula instead.