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 Folks,
I need to convert 15 mins interval into 1 day in a month .
For example i have data as shown in the dig,
I need to add all Kwh column from 1/1/2016 till 31/1/2016 ( which includes the 15 time interval), similarly for next month as shown in the dig.
I have attached the required screen shot.
Solved! Go to Solution.
Should you opt for a Power Query solution, then transform your date column to the date of the end of the month (menu options: transform tab - Date - Month - End Of Month).
Group By these dates and choose operation "Sum" for your Kwh column.
I do not see how the 15 min interval has anything to do with this. Seems like you should just be able to create a table visualization that includes [Date] and the SUM of KwH. If you need a table, use SUMMARIZE.
Should you opt for a Power Query solution, then transform your date column to the date of the end of the month (menu options: transform tab - Date - Month - End Of Month).
Group By these dates and choose operation "Sum" for your Kwh column.
Hi @siva3012
You can add a calculated Column to get Month End for each Date.
Then you can use Month End Date to do the Pivot Table
Month_End = EOMONTH ( TableName[Date], 0 )
User | Count |
---|---|
123 | |
76 | |
62 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |