Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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?
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]
Regards,
Jimmy Tao
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |