ERROR - CALCULATION ABORTED: MdxScript(Sandbox) (7, 47) The value for column 'EmailsDelivered' in table 'Table1' cannot be determined in the current c

jersey

New Member
Joined
Mar 9, 2012
Messages
28
Hi:) I'm trying to do a simple formula in powerpivot.
In regular excel I'm use to creating the formula Delivery Rate=EmailsDelivered/EmailsSent.
I tried to create this formula in DAX.
=(Table1[EmailsDelivered]/Table1[EmailsSent]) but I got the error saying
ERROR - CALCULATION ABORTED: MdxScript(Sandbox) (7, 47) The value for column 'EmailsDelivered' in table 'Table1' cannot be determined in the current context.

Please help,
Thank you,
Cindy:)
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi Cindy. Is this in a measure? If so, try SUM(Table1[EmailsDelivered]) / SUM(Table1[EmailsSent])

One of my "golden rules" of measures is "no naked columns."

See this short video for the rest of the golden rules:

http://www.youtube.com/watch?v=29frZhkwCqQ
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,955
Latest member
BatCoder

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