Pivot Data Issues

Options

Hello, I have quite a number of rows or data for this table. I'm currently using Pivot Table to display the number of alerts for each of the items. I need to show the last 8 days data (excluding current date). The data should be dynamic, so I couldn't use static dates.

However, every time I'm sorting the data according to date, the output becomes like the picture below - all other dates are missing.

I tried to limit it to 50 rows, but still shows the same output. Do you have other options or suggestions that I could do to display the output that I need? Thank you.

Answers

  • pauljames
    pauljames Contributor
    Options

    @Zel are you including subtotals in the chart properties?

    IF I SOLVED YOUR PROBLEM, PLEASE "ACCEPT" MY ANSWER AS A SOLUTION. THANK YOU!

  • Zel
    Zel Member
    Options

    @pauljames I tried updating the table properties (both with and without subtotal chart properties) but still shows the same output.

  • GrantSmith
    Options

    Have you attempted to calculate the difference between today and the date field and then filtering on that field?

    DATEDIFF(CURRENT_DATE(), `date_field`)
    

    And then drag that into the filter and have it be between 1 and 8

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Zel
    Zel Member
    Options

    Hi @GrantSmith , I tried that just now, but I'm still getting almost similar output.