Forum Discussion
MurphyYancey
1 year agoFrequent Visitor
Subtotal Matrix Percentages by Another Total
Hi everyone! Relatively new to PowerBi and this task has me stumped. I'm trying to create a percentage column that gets the percentage of each Sub account by the Main Account. I don't even know if th...
- 1 year ago
Hi MurphyYancey
Please try the below DAX:% of Sales = DIVIDE( SUM('Table1'[Amount]), CALCULATE( SUM('Table1'[Amount]), ALLSELECTED('Table1'[GL Account], 'Table1'[Account Description]), 'Table1'[Account] = "Sales" ) )I hope this meets your requirement. If this doesn’t fully solve your issue, please share a sample of your data and more context so we can provide a more precise solution.
If this post helps, kindly mark it as Accepted Solution.
Thank You!
v-karpurapud
Community Support
1 year agoHi MurphyYancey
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.