Forum Discussion
saranp780
Helper III
8 years agoHow to show the same data only one row (Use DAX)?
I know I can use remove duplicate before getting data into Power BI. But I want to use a formula because as long as I want to use this Power BI file again to show new result I just press refresh it.
Now I have some data below.
| username | name | surname |
| PBI001 | Sam | Smith |
| PBI002 | Michel | Johnson |
| PBI003 | Sandrea | The R. |
| PBI004 | Andrea | Emmanuel |
| PBI001 | Sam | Smith |
I want to show 'PBI001' only one row because it is a duplicate one. So can anyone helps me?
3 Replies
- mmace1
Impactful Individual
The Matrix Visualization automatically does this, doesn't it?
- saranp780
Helper III
I'm sorry for my wrong requirement. I have some different data after column 'surname'. So how can I do? if I don't want to remove duplicate.
- v-yulgu-msft
Microsoft Employee
Hi saranp780,
How about create a summarized table grouped by [username], [name] and [surname]?
Regards,
Yuliana Gu