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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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