Forum Discussion
BAIME
4 years agoNew Member
Do not summarize table with multiple text columns
For my report, I've made a graph in which you can see the total number of leads. This is all fine and we get the correct total count. If the user wants to look at the details of these leads, the...
- 4 years ago
BAIME , duplicate rows will not be repeated(distinct or group by is applied on all visual) . You can add index column in power query and add that as not summarized column in table visual
https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
amitchandak
4 years agoSuper User
BAIME , duplicate rows will not be repeated(distinct or group by is applied on all visual) . You can add index column in power query and add that as not summarized column in table visual
https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
- BAIME4 years agoNew Member
Thank you for this solution, it works.