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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
dz0001
Regular Visitor

Add Calculated member row in my account dimension

Hi There,

 

I am working Financial Statement in Power BI, basically reproduce the report from our OLAP cube, see below screen shot.

I need to add new member - Adjustment (highlight in yellow) in my account dimension which has the following formula:

 

Adjustment = Net Income - Pre-Tax Net Income - Tax.

 

Then Adjustment Net Income = Pre-Tax Net Income + Tax + Adjustment.

 

Is there way to accomplish this in Power BI?

 

2018_06_28Excel.gif

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi dz0001,

 

Most of aggregations calculation in power bi are based on columns(like tabular model in SSAS). As a workaround, you can do some operations such as "Pivot" to change your original table like below and create two calculate columns using DAX formula:

Adjustment = [Net Income] - [Pre-Tax Net Income] - [Taxes]

Adjustment Net Income = [Pre-Tax Net Income] + [Taxes] + [Adjustment]

 

1.PNG2.PNG 

 

Regards,

Jimmy Tao

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 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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