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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Morkil
Helper I
Helper I

Percentage of grand total measure

Hi

 

I am wanting to write a measure that gives me the percentage of grand total (of a row item), issue is that this is using other measures to calculate.

What I'm trying to do is check how much each department is spending of budget per month from their total budget spend.
Ideally I want to get the columns measure grand total and then divide each department's spend by it.
The "spend" is currently a measure, so it seems I can't use: 

Measure = CALCULATE(SUM('Table1'[Spend])

How would I go about returning the total sum of a measure (e.g., the total spend of the departments)?

4 REPLIES 4
v-shex-msft
Community Support
Community Support

Hi @Morkil,

Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Mahesh0016
Super User
Super User

% Dept_budget =

VAR V1 = CALCULATE([Measure],ALLSELECTED('Table'[department]))

 

RETURN

 

DIVIDE([Measure],V1,0)

For some reason it returns 100% for every row. Not sure why but it's calculating at the row level, not the column level.

I've tried SUMX - does the same thing row level.

Sum doesn't work at all. Must be some restrictions to my database connection? (is live)

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.