Forum Discussion

adeepak7's avatar
adeepak7
Frequent Visitor
7 years ago

Table tool only shows first values for a column

Respected Admin,

 

I am using the sample template provided on Github for "table tool" : https://github.com/Microsoft/PowerBI-visuals-tools/tree/master/templates/visuals/table

 

I am using the following dataset to test it: 

 

Region     |     Sales

-----------|----------------

USA         |     100

USA         |     20

USA         |     30

India        |     10

India        |     110

India        |     40

China       |     30

China       |     50

China       |     10

 

The custom table visualzation only shows first values for the sales. It changes the label for Sales to "Firs Sales" automatically and only 3 values are displayed in the table as shown below:

 

Region     |     Sales

-----------|----------------

USA         |     100

India        |     10

China       |     30

 

I  need to show all the rows in the table. 

 

Your help would be greatly appreciated, as I am in a learning phase.

 

Thanks, 

Deepak Ahire

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    While i don't know the custom visual specifically, you want to select "Don't summarize" as your option in the list where "First" selection is being chosen.