I have a an that needs to have a a dashboard similar to the image below.
I want to make it dynamic based on the information in the list so if they dont have data for 2021 it will only show 2022 etc.
Is this possible?

I have a an that needs to have a a dashboard similar to the image below.
I want to make it dynamic based on the information in the list so if they dont have data for 2021 it will only show 2022 etc.
Is this possible?
That looks like something you could achieve with two galleries, one nested inside the other. The primary gallery would have an Items property that is linked to the year shown, while the second, nested gallery will need to filter down to individual months within that year. To get the look of the "3 across" grid, you can set the Wrap Count property for each gallery to 3.
Hope that helps,
Bryan