Forum Discussion
quinnjohnson
Helper I
4 years agoHow do i stop Power BI from combining rows with the same number?
The title does not explain this properly but here is the issue. I work in insurance and I have a matrix and in the rows i have put Policy Number. In my dataset there can be multiple rows with the sam...
- 4 years ago
You could add an index column to the table and add it to the visual:
HotChilli
Community Champion
4 years agoYou will need to add something to the visual to make each line unique. powerbi is about aggregations (sum, average, etc) and will always try to show grouped data with an aggregation.