Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213819

Calculated Column: % of Total

$
0
0

I'm trying to recreate an Excel dashboard in Power BI. Part of what I need to do is create a table or matrix (not sure which is best) that shows premium by segment, which I've done. Now I want to create another column that calculates the % of total premium for each segment. The end result should look something like this.

 

SegmentInforce PremiumPremium Distribution
A$7,000,00054%
B$4,000,00031%
C$2,000,00015%
Total$13,000,000100%

 

In Excel, I can do this by referencing the cell with the premium for each segment and dividing by the total premium, like this:

 

ColumnBCD
RowSegmentInforce PremiumPremium Distribution
3A7000000=C3/$C$6
4B4000000=C4/$C$6
5C2000000=C5/$C$6
6Total=SUM(C3:C5)=C6/$C$6

 

My problem is I can't figure out how to reference the column total for premium. Does anyone know how I could do this % of total in Power BI?


Viewing all articles
Browse latest Browse all 213819

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>