Forum Discussion
lrnt12
7 years agoFrequent Visitor
Creating Measure to switch between Daily, Weekly, Monthly, Yearly
Hello, I have temperature values coming every 15 minutes (two columns - value and time). Is it possible to create a measure that calculates the average Hourly, Daily, Weekly, Monthly and somehow i...
- Anonymous7 years ago
So you would like to have the x-axis to change depending on the value chosen in the slicer? As far as I know a measure cannot be set on the axis.
One solution could be using bookmarks instead. Create the four charts for each time period above eachother and use buttons assigned with bookmarks to toggle between the charts.
Anonymous
7 years agoNot applicable
So you would like to have the x-axis to change depending on the value chosen in the slicer? As far as I know a measure cannot be set on the axis.
One solution could be using bookmarks instead. Create the four charts for each time period above eachother and use buttons assigned with bookmarks to toggle between the charts.
lrnt12
7 years agoFrequent Visitor
Anonymous ... thinking outside the box, huh? Can't belive I didn't even think about it. Thanks !!