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.
We are migrating the report from Tableau to Power BI. In Tableau we could see the function like Sum, Automatic etc. for the Grand total. But the Similar function is not available in Power BI. Need a help to do Sum in Grand Total instead of taking Automatic function.
Tableau:
Power BI :
Calculation used for this coulmn:
Solved! Go to Solution.
Hi @Sowdeswari You could go for a measure which overrides this
Define a custom measure for the sum:
Use this measure in your visual: Replace your existing measure with this custom measure, and the Grand Total will display the sum.
Hi @Sowdeswari You could go for a measure which overrides this
Define a custom measure for the sum:
Use this measure in your visual: Replace your existing measure with this custom measure, and the Grand Total will display the sum.