Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I'am trying to write this query according the tutoriel but that shows me this error : The expression specified in the query is not a valid table expression.
This is my Dax Query
Solved! Go to Solution.
@chaoui04 , Try like
sumx (filter('Sales SalesPerson', 'Sales SalesPerson'[Bonus]>3550.00 && 'Sales SalesPerson'[CommissionPct] <> 0.01), 'Sales SalesPerson'[Bonus])
@chaoui04 , Try like
sumx (filter('Sales SalesPerson', 'Sales SalesPerson'[Bonus]>3550.00 && 'Sales SalesPerson'[CommissionPct] <> 0.01), 'Sales SalesPerson'[Bonus])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.