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.
The following problem:
We have a time series, which we subtract from the DB. The data is available in such a way that a new value is only saved when there is a change in a column. Now I would like to create a complete time series. For this I would have to create a Power Query formula. This should add more rows with the same values until a change occurs. From that point on, the new values should be entered. The steps are in minute increments and the rows should be padded accordingly. Can anyone help me with this?
start by creating a time list:
List.Generate(() => List.Min(myTable[Date]), each _ < List.Mac(myTable[Date]), each _ + #duration(0,0,1,0))
Next, convert the list to a table, and to a left join on that table with your primary table.
Finally, use Fill down to replicate the values in column A and B.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
17 | |
15 | |
13 | |
9 | |
8 |