Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm doing a bar chart with dates from Jan 2019 upto Dec 2021.
How can I start the bar chart from Oct 2020 upto Dec 2021?
Thanks!
If there is no logic to start from Oct 2020, You can simply do as dimension
If(MonthName>='Oct 2020' and MonthName<='Dec 2020', MonthName)
Can we do it not hard coded in a set analysis>
That is what my concern, please explain how you need dynamic for that. IF you still need only as static in set analysis, Try this
Sum([<MonthName={">='Oct 2020'<='Dec 2020'"}>} Measure)