I recently started using Superset 4.0.2. As in the example I added above, I want to create a table with the total of the column below in the table I created. I would be very glad if you could help me how I can do this.
This is the output table chart I wanted
Looks like;
<code> A B C
</code>
<code> A B C
</code>
A B C
<code>groupa 1 2 3
</code>
<code>groupa 1 2 3
</code>
groupa 1 2 3
<code>groupb 4 5 6
</code>
<code>groupb 4 5 6
</code>
groupb 4 5 6
<code>Total 5 7 9
</code>
<code>Total 5 7 9
</code>
Total 5 7 9
I did try pivot table and table charts, but it didn’t work.
New contributor
oykubykkn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.