Forum Discussion
Using a Multiplier to Construct Financial Statements
I am realitively new to Power BI. I am attempting to use a multiplier (negative if expense) to construct an income statement. It appears to work at the bottom level of the grouping, however the sub totals are wildly exaggerated. Attached is an example of the problem, along with the table. I'm hoping it's a simple formula error. Please help.
7 Replies
- VahidDMSuper User
Hi ShrimpSurf
Can you post a sample data as text, use the table tool in the editing bar
please see this post regarding How to Get Your Question Answered Quickly:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Appreciate your Kudos!!
LinkedIn:www.linkedin.com/in/vahid-dm/- ShrimpSurfHelper II
See attached.
- VahidDMSuper User
Hi ShrimpSurf
Don't send an image, we can not copy and past data from image.
Please copy and past data here in a table or text format to be able to copy and past that
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
- ALLUREANSolution Sage
This measure will not work like that. Use should use SUMX instead in this case.
But you can create calculated column in your table like this:
InvertedAmount$ = Financials[Multiplier] * Financials[Dollars]
And then you can create a measure like $ = SUM(Financials[InvertedAmount$])
Appreciate your Kudos !!!
- v-xiaotangCommunity Support
Hi ShrimpSurf
You can use Copy table function to share some sample data,
And please provide the correct value you want based on the sample picture, thank you.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.