@Islam You can get the actual value simply by using the pivot table filters, but to get % share you could try:
Total Revenue = SUM(TotalRevenue[Pouring Amount])
Then you can use teh [Total Revenue] measure to get subtotal and grand totals.
For example:
Total Revenue ALL Clients = CALCULATE( [Total Revenue], ALL(TotalRevenue[Client])
Revenue as % of All Clients = DIVIDE ( [Total Revenue], [Total Revenue ALL Clients] )
Just change what you put inside the ALL() function to change how you calculate the %
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
244 | |
56 | |
50 | |
45 | |
44 |
User | Count |
---|---|
282 | |
211 | |
82 | |
78 | |
73 |