Calculating with measure in calculated column

Atticus_1

New Member
Joined
May 30, 2019
Messages
1
I have prepared a measure that returns a certain rate determined to be calculated only within a certain part. But then when I call this measure, only blank is returned, even though the measure shows a number.
I have prepared a condensed example Power Pivot model that explains what needs to be calculated in the sheet "Problem":
https://tinyurl.com/y3j6kac3

So the measure (that is correct) is called [DB je Nutzer HKA] and the following is what should be calculated, either as a measure or calculated column:
SUMX(Ziele;
[Istwert] *
switch(True();
[Zielbereich]="Kündigungen" && [Typ]="HKA (u.a.)";
[DB je Nutzer HKA u.a.]
;
0
)
)

It means the ratio should be multiplied with the column "Istwert", so that a total cost is derived for the filtered section.

Any idea why this does not work? Please try it out in my little sample model, which is condensed from a quite complex model. I am using Power Pivot in Excel 2013.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,214,645
Messages
6,120,711
Members
448,984
Latest member
foxpro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top