Forum Discussion
Anonymous
9 years agoNot applicable
Percent of Total based on Dynamic Filters
Does anyone know if it's possible to have a dynamic % of Total metric in Power BI? With some help from the community, I've managed to get a % of Total for the main dimension of my data; now, I'm ...
- 9 years ago
How about this?
% of Total Measure = DIVIDE ( SUM ( 'Table'[Impressions] ), CALCULATE ( SUM ( 'Table'[Impressions] ), ALLSELECTED ( 'Table'[PostClickQualityScore] ), ALLEXCEPT ( 'Table', 'Table'[Week] ) ), 0 )If this is also does not produce the derised result - build a pivot table (like the the 1 in your original post)
with the sample data but this time also show what the % actually should be.
jorgelopez141
9 years agoNew Member
Hi All,
Im trying to make each of the bars in the second bar chart (the one in the bottom) to return the sum of the values shown in the first bar chart (in this case, each of the bars in the second bar chart should show 2.23 ).
Basically, the catch is that as you add filters to the page, both bar charts should update accordingly.
Can anyone help?
Ps. How do you start a new thread?