Forum Discussion
HR303
2 years agoFrequent Visitor
DAX: Distributing values from one column into multiple colums
Hi all, I need to distribute values from one column into multiple columns with DAX. I have "Order Value" in the Input table for a date range between the "Order Start date" and "Order End Date". ...
- 2 years ago
Lots of assumptions here. You want to amortize by month yet your ranges are by date.
Let's also assume you have a Calendar table.
Let's assume you don't need the total value.
- 2 years ago
Hi,
You may refer to the attached file for my solution to a similar problem. Please review it and apply it to your dataset.
Hope this helps.
lbendlin
2 years agoSuper User
Lots of assumptions here. You want to amortize by month yet your ranges are by date.
Let's also assume you have a Calendar table.
Let's assume you don't need the total value.