Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Changing data type duplicate some values

i have a table that have around 10k rows, with a column that have unique values, i import these from MySQL with a ODBC connector, and the first 2 columns are like it follow:

I sorted A-Z and have the same order as the MySQL data and all unique values, but when i change the type of data in several columns, i get some data replaced and duplicated, and the column distribution accuses like it follow:

So when i sort that result, i see duplicated values out of nowhere and some data get replaced, but i thought it was visual, because in the dashboards all seems right, no inconsistent data... untill i added another table that i tried to make a relationship one-many, choosing the ID to another one that has multiple rows from same ID, getting an error that its invalid, and searched why, and came to the conclution that this was the problem, duplicated rows out of nowhere only changing data type negates me the chance to make a one-many relationship because there are duplicates in the first one.

 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Anonymous 

    Would it work if you just right click the column with duplicated rows =>add as new query =>remove duplicates in the list tool => convert to table. After done, you can create a many to one relationship with the new distinct table.

     


    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.

2 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Anonymous Sorry, having trouble following, can you post sample data as text and expected output?
    Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

    Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

    The most important parts are:
    1. Sample data as text, use the table tool in the editing bar
    2. Expected output from sample data
    3. Explanation in words of how to get from 1. to 2.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous 

    Would it work if you just right click the column with duplicated rows =>add as new query =>remove duplicates in the list tool => convert to table. After done, you can create a many to one relationship with the new distinct table.

     


    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.