Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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".
In my DAX Query I want to distribute the "Order Value" in the month of the date range and the show the monthly sum of the broken down "Order Values".
Here is the example:
Does somebody have an idea how to tackle this in DAX?
Thx!
Solved! Go to Solution.
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.
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.
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |