Reputation: 2704
I want to include a table on a dashboard. I have a product name, a description of that product, and a value:
Product | Description | Value |
---|---|---|
A | Lorem ipsum dolor sit amet consectetur adipiscing elit. | 300 |
B | Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. | 234 |
C | Ornare quam viverra orci sagittis eu volutpat | 496 |
D | Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. | 220 |
E | Lorem ipsum dolor sit amet consectetur adipiscing elit. | 105 |
F | Aliquam ultrices sagittis orci a scelerisque purus semper eget. Id cursus metus aliquam eleifend mi. | 602 |
G | Et tortor at risus viverra adipiscing at in tellus integer. Quisque egestas diam in arcu cursus euismod quis. | 549 |
H | Ornare quam viverra orci sagittis eu volutpat | 419 |
I expect the table to look something like this:
This is the closest I've come:
There are at least two issues:
I can't get word wrap to work on the description. I have changed every format setting I could find to word wrap on:
The Value header is missing on the continuous field because Tableau seems to want an axis to label.
Upvotes: 1
Views: 197
Reputation: 854
You are very close to it. actually, you have to enable the word wrap and you will then drag the row a little bit below, try doing that and you will see that the text automatically adjusts in your expected format.
For the header, drag measure names to the column pane and measure values to the mark pane text box and then filter the measure names and only select sales (in your case , "Value")
Upvotes: 1