Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
ronnoc
Advocate II
Advocate II

Transpose '% of row' DAX formula to '% of column'

Hi there, first post and new user of powerBI. Screenshots are of pivot tables in excel I am recreating in PowerBI.

 

I need help transposing my current formula for calculating the % of row total (working here in table 1):

 

pbi1.PNG 

% = SUM(ttData[USD Media Spend]) / CALCULATE(SUM(ttData[USD Media Spend]),ALLSELECTED(ttData[G2 Media Type]))

 

 

I now need to calculate the column total as seen here:

 

pbi2.PNG

Here is my current formula: 

% = DIVIDE (
SUM(ttData[USD Media Spend]),
CALCULATE (
SUM(ttData[USD Media Spend]),
ALLSELECTED(ttData[Year])))

 

Of which the outcome is this:

pbi3.PNG

Its obviously not quite right! Any help is appreciated. Very new to DAX. Thank you.

1 ACCEPTED SOLUTION
mmanwaring
Resolver I
Resolver I

Hi

Instead of allselected for the year i think you need media type

 

Mike

View solution in original post

1 REPLY 1
mmanwaring
Resolver I
Resolver I

Hi

Instead of allselected for the year i think you need media type

 

Mike

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors