Forum Discussion
Dynamic value frequency based on date - is it possible?
- 4 years ago
Anonymous This can work, but you'll get 1 for every date with your sample data. Do you have a DimDate table?
https://excelwithallison.blogspot.com/2020/04/dimdate-what-why-and-how.html
You could put for example Month in the Axis, Color in the Legend, and then create a measure:
Frequency of Color = COUNT( Table[Color] )
and put that in Values to display the frequency on the Y axis.
Then use your date slicer to change the date range.
Anonymous This can work, but you'll get 1 for every date with your sample data. Do you have a DimDate table?
https://excelwithallison.blogspot.com/2020/04/dimdate-what-why-and-how.html
You could put for example Month in the Axis, Color in the Legend, and then create a measure:
Frequency of Color = COUNT( Table[Color] )
and put that in Values to display the frequency on the Y axis.
Then use your date slicer to change the date range.