Forum Discussion

davidwsw's avatar
davidwsw
Frequent Visitor
9 years ago
Solved

Difference between changing data type in query editor versus in data view

While in data view, I changed the data type for one of my columns from the default (any) to True/False. When I went to the query editor, the data type was still the default and that got me confused. ...
  • ankitpatira's avatar
    9 years ago

    davidwsw Yes there is a difference. Any steps / transformations you apply at the query editor level will be iterated through each time you refresh / data is sourced from the source and so that will reflect through in Data view. Any changes you make in Data view doesn't add a step in the list of steps for query editor and so you don't see that change when you go to query editor.

     

    In short, changes made in query editor are all performed on data when it comes from the source while in Data view those changes are applied once data is imported into power bi desktop.

  • davidwsw's avatar
    davidwsw
    9 years ago

    ankitpatira What is the advantage of one over the other? Does it mean that doing it in data view results in better performance?