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, is this still can be fixed? This is regarding the total is there a way where it shows the correct total? below is my formula.
When I select Client B this shows. For the total current year. Just want to show the correct total of 9000 even if it is the measure
Solved! Go to Solution.
@dreyes6 , I think in this case SUM(Sheet1[commission] ) should work use as date table , join with your date and create this measure if needed
CALCULATE (SUM(Sheet1[commission] ),FILTER (ALL(Date),
YEAR(Date[date]) = YEAR ( MAX (Date[date]))))
Thank you, this will work for now. Appreciate your feedback!!! You are the best
@dreyes6 , I think in this case SUM(Sheet1[commission] ) should work use as date table , join with your date and create this measure if needed
CALCULATE (SUM(Sheet1[commission] ),FILTER (ALL(Date),
YEAR(Date[date]) = YEAR ( MAX (Date[date]))))
Thank you, this will work for now. Appreciate your feedback!!! You are the best
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.