Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I have a reported date field. I have used that field to populate the Months. I need my charts to only show the last 3 months by default. How can I achieve this?
Try this in your set analysis of the expressions in your chart:
{$<[Reported Date]={"<=$(=Date(Today()))>=$(=Date(Addmonths(Today(),-3)))"}
Hello,
Many thanks for this. However, When I try to do the following, it says error with this expression.. 😞 Any idea what could possibly be wrong? I should set this in the measures right?
Can you post the expression that gives you an error? Hard to know what the issue might be without seeing it.
Maybe, I am not being clear with what I need. I have data that has information for Dec-20, Jan-21, Feb-21, Mar-21.
I only want to show the data for the months Jan-Mar - 21. Even the dimensions at the filter Pane, should only show these 3 months.
What is the best solution for this? 1) To Load only the data for the 3 months or 2) To have set analysis?
However, the error msg is
Thanks 🙂