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 Community,
I have a table with ID, Dates, Fiscal Year, Bonus Type and Amount. The sum function performs the aggregation of amount over all of the dates. However, I require the sum of individual amount only.
As example, in the image above, the Sum required is of Amount with respect to Bonus Type (Phone + Rent) for each Fiscal Year and ID.
Thanks for the suggestions.
Solved! Go to Solution.
Power bi auto group by on all selected columns, You need to create a measure that ignores the "Bonus Type" from the group by.
Power bi auto group by on all selected columns, You need to create a measure that ignores the "Bonus Type" from the group by.