Forum Discussion
Raimonds_R
4 years agoNew Member
Totals
Hi! Please help to beginer at Power BI. How I could create totals for such situation : I have a budget and actual for every month with monthly filter. How I could create total for budget an...
amitchandak
Super User
4 years agoRaimonds_R , Nor very clear. If these are columns then you can create a new column
total = [Budget]+[Actual]
If these are from different measure
Total = sum(Table1[Budget]) + Sum(Table2[Actual])