Pivot Chart: Stop skipping Dates on X-Axis

  • Thread starter Thread starter Prince
  • Start date Start date
P

Prince

I have a pivot chart which pulls 2 pieces of information from one table 1 and
1 from Table 2. All three entries are included for each day. Except somedays
which may have only the one piece of data from Table 2 or none at all. How do
I get the table to automatically fill in all the days whether they have
information or not?
 
I have a pivot chart which pulls 2 pieces of information from one
table 1 and 1 from Table 2. All three entries are included for
each day. Except somedays which may have only the one piece of
data from Table 2 or none at all. How do I get the table to
automatically fill in all the days whether they have information
or not?
You'll have to fake the data for the missing days. build a calendar
table and use a query that returns all rows from the calenday and the
data from the tables where the dates match.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top