Hi all!
So I'm in a bit of a pickle and its been driving me a little nuts today, Basically I have 3 columns on my pivot table (created the table from Power Pivot / data model / power pivot - not using a table on the actual sheet)
what I want to know is the % "Profit" even if it is negative (e.g - xxx% if its a loss) I can do this is normal cells using normal formula, but cant for the life of me translate it to DAX to use as a custom measure (Fx) I also have a Measure for the £ amount of "profit",
(to get the profit in £ all i needed to do was SUM('Harvest EXPENSE'[NEG Expense Amount])+SUM('Harvest TIME'[NEG Total Time Cost])+SUM('PR BK INCOME'[Credit]) )
Is there anyway to get this %? (-% for loss +% for profit, so for example if the expenses were a total 100, the income 200, the profit would be 100 which is 50% of 200, therefore the result id want, Id want it to say 50%, If the expenses totalled 100 and the income was 50, there'd be a loss of 50, so -50% would be the result id like to see.
Help Appreciated! (sorry again if this is something super simple I am new )
So I'm in a bit of a pickle and its been driving me a little nuts today, Basically I have 3 columns on my pivot table (created the table from Power Pivot / data model / power pivot - not using a table on the actual sheet)
what I want to know is the % "Profit" even if it is negative (e.g - xxx% if its a loss) I can do this is normal cells using normal formula, but cant for the life of me translate it to DAX to use as a custom measure (Fx) I also have a Measure for the £ amount of "profit",
(to get the profit in £ all i needed to do was SUM('Harvest EXPENSE'[NEG Expense Amount])+SUM('Harvest TIME'[NEG Total Time Cost])+SUM('PR BK INCOME'[Credit]) )
Is there anyway to get this %? (-% for loss +% for profit, so for example if the expenses were a total 100, the income 200, the profit would be 100 which is 50% of 200, therefore the result id want, Id want it to say 50%, If the expenses totalled 100 and the income was 50, there'd be a loss of 50, so -50% would be the result id like to see.
Help Appreciated! (sorry again if this is something super simple I am new )