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.
Hi,
When using the standard table visual I am experiencing problems with similar data entires automatically adding to each other.
Dataset example
Miles | Start Street | End Street |
1 | 1 town | 2 town |
5 | 1 town | 2 town |
Expected table visual outcome
Miles | Start Street | End Street |
1 | 1 town | 2 town |
5 | 1 town | 2 town |
Actual table visual outcome
Miles | Start Street | End Street |
6 | 1 town | 2 town |
Anyone know how to stop multiple rows with the same data from automatically adding together when entered into a table visual?
Many thanks,
Elliot
Solved! Go to Solution.
@Anonymous , Make mile not summarized in a table visual (option on the right click on the field in visual)
Or add index column in power query and use that as not summarized column https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
@Anonymous , Make mile not summarized in a table visual (option on the right click on the field in visual)
Or add index column in power query and use that as not summarized column https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |
User | Count |
---|---|
95 | |
50 | |
43 | |
40 | |
35 |