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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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