Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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.
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |