Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
OK, so I have some data in multiple tables. I need to create a measure that will allow me to capture the data from a column called qty in one table and filter it by the data in the date table and look at a dynamic result that is 3 months in the future. We will then take this result and use it as a denominator in an equation with data from a larger period to get a ratio. This needs to be dynamic, so that each month it updates and pushes further out in future
I'm having the hard time getting the data to be limited to the 3rd month in the future. We are currently in October, so the 3 month future is Nov, Dec, Jan. For the numerator I use a all 3 months of planned purchses, and devide by just the existing inventory of Jan.
Solved! Go to Solution.
@Anonymous
Not very clear with your situation, if you can provide a sample table with expected output would help
For now, a typical method to get next 3 month value is using DATESINPERIOD() filter expression.
@Anonymous
Not very clear with your situation, if you can provide a sample table with expected output would help
For now, a typical method to get next 3 month value is using DATESINPERIOD() filter expression.
OK, so this works, kind of. I was able to have it return the next calendar month data. How can I get it to show me only the 2nd month inthe furture, or just the 3rd month in the future
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
23 | |
21 | |
20 | |
14 | |
11 |
User | Count |
---|---|
43 | |
33 | |
25 | |
24 | |
23 |