Forum Discussion
William29
4 years agoHelper I
Python visuals in powerBI- data in values field not showing correctly
I have a dataset I have imported into a report called new array: If you actually go to 'transform data' and look at new array you will see it looks like this: The datafra...
William29
3 years agoHelper I
I have now solved this issue. The cause of it was the drop_duplicates command that is automatically done within the script of the python visualization. It was solved by adding a column consisting of integers from 1 to the number of rows, which ensures that no duplicates are removed and allowed me to rearrange the dataset back to what it was