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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
IPGeorgiev
Helper III
Helper III

Calculated field/ Divide - pivot table

Hi all,

 

I need support with something, I assume, pretty easy, however no matter what I try I dont get the results I want.

 

heres what I have in Power BI as Pivot Table: 

 

image.png

 

NOR and YESR those are SUM of values -

image.png

 

I want to add a new column to the pivot table displaying the following result - 54.5%

 

Which means I need the following formula - =YESR/(YESR+NOR)

 

However I am unable to get this value 54.5% and I get all kind of other values 😞


thanks in advance! 

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @IPGeorgiev ,

 

You need to configure the range of caiculation. You could refer to the following measure.

Measure Y =
SUMX ( ALLEXCEPT ( 'TestTable', 'TestTable'[Agent] ), 'TestTable'[yesr] )
    / SUMX (
        ALLEXCEPT ( 'TestTable', 'TestTable'[Agent] ),
        'TestTable'[nor] + 'TestTable'[yesr]
    )

Then set this measure as percentage style. 

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

2 REPLIES 2
v-eachen-msft
Community Support
Community Support

Hi @IPGeorgiev ,

 

You need to configure the range of caiculation. You could refer to the following measure.

Measure Y =
SUMX ( ALLEXCEPT ( 'TestTable', 'TestTable'[Agent] ), 'TestTable'[yesr] )
    / SUMX (
        ALLEXCEPT ( 'TestTable', 'TestTable'[Agent] ),
        'TestTable'[nor] + 'TestTable'[yesr]
    )

Then set this measure as percentage style. 

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
amitchandak
Super User
Super User

in case YESR in not a calculated measure

Try

sum(YESR)/sumx(table,YESR+NOR)

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @


Thanks. My Recent Blog -

Decoding Direct Query - Time Intelligence

Winner Coloring on MAP
,
HR Analytics


Power BI Working with Non-Standard Time
And
Comparing Data Across Date Ranges


Connect on Linkedin

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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