Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I have a Visual Table with several Filters and Slicers applied (Customer, Date Range, Reference, Value) resulting in this representative output:
Index | Reference | Date | Customer | Item | Code | Value |
1 | X1 | 01/01/1981 | 001 | 1 | A | 300 |
2 | X1 | 05/05/1985 | 001 | 1 | B | 180 |
3 | X1 | 05/05/1985 | 001 | 1 | B | 160 |
4 | X1 | 07/07/1987 | 001 | 1 | B | 250 |
5 | X1 | 07/07/1987 | 001 | 1 | C | 700 |
When the Index column is included (as above) I see 5 rows. When the Index column is removed from the Visual Fields I see only 4 rows, as below:
Reference | Date | Customer | Item | Code | Value |
X1 | 01/01/1981 | 001 | 1 | A | 300 |
X1 | 05/05/1985 | 001 | 1 | B | 340 |
X1 | 07/07/1987 | 001 | 1 | B | 250 |
X1 | 07/07/1987 | 001 | 1 | C | 700 |
Essentially, it's grouping the rows by the Date column (because there's no longer any reference to the unique Index column). I understand why that's the expected behaviour but I would like to still see all 5 rows (i.e., all unique Index rows) while keeping the Index column hidden from view.
I tried to add the Index Field to the Filters section of the Visual (i.e., without adding it as an actual Field/Column) as proposed in similar posted topics but that still results in showing only 4 results instead of 5.
I might be able to resolve it through a Table relationship (maybe, and I can look into that separately) but I'm wondering if there's a "frontend" GUI solution in Desktop.
Two worst cases are that I either just show the Index column anyway (depsite that it doesn't strictly show any useful value) or I can use the rather ugly solution of just hiding that particular column with another Visual or some other dashboard element.
Solved! Go to Solution.
Hi, @ddalton
You don't need to hide that particular column with another Visual.
Please try follow steps:
1. Go to Table visual "Formatting Pane" and turn off all options regarding "Word Wrap"
2. Drag the table 'Index' column border to resize the table column width to 0 to hide the 'Index' column
Best Regards,
Community Support Team _ Eason
Hi, @ddalton
You don't need to hide that particular column with another Visual.
Please try follow steps:
1. Go to Table visual "Formatting Pane" and turn off all options regarding "Word Wrap"
2. Drag the table 'Index' column border to resize the table column width to 0 to hide the 'Index' column
Best Regards,
Community Support Team _ Eason
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
141 | |
120 | |
112 | |
60 | |
58 |