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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
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.