Forum Discussion
Revenue Total
- 8 years ago
Anonymous
Hi, try changing in the relationship Cross Filter Direction to BOTH
Regards
Victor
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
- Anonymous8 years agoNot applicable
Greg_Deckler This is nice but seems a little complicated for what I'm trying to achieve? I just need my rows to stay put while the grand total of all revenue is at the bottom. There are no measures being calculated:
I then attempt to sum all revenue- Greg_Deckler8 years agoCommunity Champion
So does the first table represent the source data?
- Anonymous8 years agoNot applicable
Greg_Deckler That is correct.
- danextian8 years agoSuper User
Hi Anonymous,
Did you create a calculated column from the sum of revenue?
- Anonymous8 years agoNot applicable
danextian I believe so. In the query editor there were multiple revenue amount for each account so I grouped everything by the company id and summed by the revenue column. I didn't need each individual payment amount for each company, but just what the totals were for each account.