Charts in a Tablix cell don’t work for me… but I’ve see these nice demos where they do…

Problem:

You may have learned about sparklines or you want to add a chart to your Tablix.  You either copy/paste your working(!!!) chart into the tablix and then you preview and you get:

"The chart 'Chart1' has a detail member with inner members.  Detail members can only contain static inner members."

Solution:

In a Tablix you cannot put dynamic member in a Detail row.  You have to put it into a Group header or Group Footer row.

Steps:

  1. Insert a table into your report.
  2. Set the DataSetName for the Tablix (either in the Properties pane or by dragging a field into the tablix).
  3. In Row Groups, right click the (Details1) group.  Select Add Group –> Parent Group…
  4. In the Tablix group dialog, Select your Group by: clause. 
  5. Check the Add group header checkbox.
  6. Press OK.

Now you should see something that looks like:

Tablix Drop Chart

Notice the two rows next to big parenthesis on the left.  These are the rows in your group.  The top row (where I has the highlighted cell) is the group  header row.  You can put a chart in any group header row.   The bottom row (where the three link icon is) is the details row.  If you put your chart in this row, you will get the aforementioned error.

Take care and good luck,

-Lukasz