The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.