Forum Discussion
Thigs
Helper IV
4 years agoSelected Value Times Each Row?
Hi all I am trying to create some kind of formula that would work based on a selected value/what if parameter. My what if parameter is how many days of stock I want to have on hand - it is whole num...
Thigs
Helper IV
4 years agoBetween which two tables? The summary table? Right now I only have the one table and the what-if parameter, which I have not connected to anywhere. The Days of Inventory is a what-if parameter that simply contains numbers between 1-60.
tamerj1
Community Champion
4 years agoThat is strage. Must be something in the visual. But ofcaurse you select only value right? Can you please share a screenshot
- Thigs4 years ago
Helper IV
I officially got it to not be blank, but now it's all the same value -
- tamerj14 years ago
Community Champion
Try
Inventory Units = DIVIDE ( SUM ( 'Order Data'[ORIG_ORDER_QTY] ), DISTINCTCOUNT ( 'Order Data'[Date Time] ) ) * SELECTEDVALUE ( 'Days of Inventory'[Days of Inventory] )- Thigs4 years ago
Helper IV
I think this worked! Double checking it now manually to make sure, but it looks good!