Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
218 | |
88 | |
83 | |
65 | |
56 |