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
Solved! Go to Solution.
@Anonymous Please create two measure
Total = CALCULATE(SUM('Table (2)'[amount]),ALL('Table (2)'[status]))
SelectedStatus = CALCULATE(SUM('Table (2)'[amount]),ALLSELECTED('Table (2)'[status]))First is for total and second is for selected status. let me know if have any question
@Anonymous Please create two measure
Total = CALCULATE(SUM('Table (2)'[amount]),ALL('Table (2)'[status]))
SelectedStatus = CALCULATE(SUM('Table (2)'[amount]),ALLSELECTED('Table (2)'[status]))First is for total and second is for selected status. let me know if have any question
hi vimal...
slight issue if you add a slicer to the pbix file, and you select only status A, the graph works fine, when you select both A and B i would expect to see two line and the total. But i am getting the sum of lines A and B and the total which is incorrect. see image
many thanks.. vimal much appericated.
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.