Create a card/text field that simply says the last month on a dashboard

I have a dashboard set up to review the last month. Is there a way to simply get a header or text box in the dashboard that identifies the last month? (each month, it will automatically change - so today, it should say February 2021 and on April 1, it will say March 2021).

Best Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Single Value card with a beast mode will get you what you're looking for for the current date:

    DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL '1' MONTH), '%M %Y')
    
    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • MarkSnodgrass
    Answer ✓

    @NathanDorsch in the Limit Rows box, set that to 1.


    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Single Value card with a beast mode will get you what you're looking for for the current date:

    DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL '1' MONTH), '%M %Y')
    
    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Thanks... I got it to work, but it is displaying a "Warning: Not all the data is shown." message.. How do I get rid of that?


  • MarkSnodgrass
    Answer ✓

    @NathanDorsch in the Limit Rows box, set that to 1.


    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.