Forum Discussion
Thigs
4 years agoHelper IV
Selected 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...
tamerj1
4 years agoCommunity Champion
That is strage. Must be something in the visual. But ofcaurse you select only value right? Can you please share a screenshot
Thigs
4 years agoHelper IV
I officially got it to not be blank, but now it's all the same value -
- tamerj14 years agoCommunity 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 agoHelper IV
I think this worked! Double checking it now manually to make sure, but it looks good!
- Anonymous4 years agoNot applicable
Hi Thigs ,
May I ask if your problem has been solved? Did tamerj1's post above help you? If any of the posts are helpful, then please consider accepting it as a solution to help other members find it faster. Many thanks!
Best Regards,
Community Support Team_Gao