Forum

Divide using a Expl...
 
Notifications
Clear all

Divide using a Explicit Measure

2 Posts
1 Users
0 Reactions
97 Views
(@janblombergyahoo-com)
Posts: 22
Eminent Member
Topic starter
 

Hi All, 

I'm trying to do a simple DIVIDE-operation and can't get it to work. Any suggestions? 

I have one column with different types of costs and income from multiple business units. In another column, I have categorized the different types of income from the mentioned column as "revenue" to be able to summarize all income per business unit and separate it from the costs. I've created an explicit measure for "Revenue" that seems to works and looks like this: 

=CALCULATE(sum(Merge_OutLeft[Cost_Income]),Merge_OutLeft[Typ]="Revenue")

When using it in my formula below I can't get it to work..

=DIVIDE(Merge_OutLeft[Cost_Income],Merge_OutLeft[Revenue])

Any help appreciated.

 

Regards, 

Jan, Sweden

 
Posted : 02/12/2020 6:44 am
(@janblombergyahoo-com)
Posts: 22
Eminent Member
Topic starter
 

Hi,

I think I solved it myself. I just forgot to add the second parentheses to the SUM-function in the numerator. Embarassed

/Jan 

 
Posted : 02/12/2020 9:42 am
Share: