'How to get summarize a column as daily, weekly and monthly in power bi if I have data at 15 minute interval?

I have data in the following format:

enter image description here

I want to create a pivot table with timestamp and value and then apply a slicer to the dataset that summarizes the dataset at daily, weekly and monthly intervals. The slicer should look like this:

enter image description here

If I select monthly, then the pivot table should look like this:

enter image description here

How do I solve this problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source