Hey team,
I am trying to build a summary report that I can snip and share to a number of external reports. Sparkline reports seem to be favoured, but I want to define the time period as defined dates i.e. Increment One is 19 January 2026 to 10 April 2026.
I currently use the following:
SparkLineData(
LastPeriods(
3,
[time].[month].CurrentDateMember
),
[measures].[Issues Due Count]
This dhows the three months but that’s not exactly in our Increment Period, is there a means to achieve this?
Cheers
Dave