Forum Discussion
Navigation Step in the Query Editor
Hello,
When I click on the icon next to the Navigation step, the Navigation window opens.
I thought it was used to select a table that had not been imported, so that you could view the data.
It does that, but removes the steps below it in the Applied Steps section on the Query Settings panel.
Is this what should happen?
If so, I don't see the value in viewing data that way, as you loose all of the steps below the Navigation step.
I'm wondering what other people think about this feature.
Tracy
7 Replies
- ankitpatiraCommunity Champion
elz i am not sure what you're talking about as i don't see navigation step icon via query editor. can you post a screenshot ?
- brikaFrequent Visitor
I have this problem as well. I have a query tied to Azure Data Lake with a csv in a file structure by year, month and date. I want to select a different folder and file that has the same structure. But when I try to change the navigation step, it erases all following steps. It does warn me of this, but it's frustrating to have to recreate the following steps.
- MarcelBeugCommunity Champion
Alternatively you can adjust the step in the Advanced Editor.
If you don't know how to change it, you can first create a duplicate query, adjust the navigation step (losing all next steps, but now you have the code you need to adjust the step in the Advanced Editor in the original query).
- AlexChenMicrosoft Employee
Hi,
In Power BI Desktop Query Editor, the Navigation step is to find the table you expect in data source. If you edit this step and select another table, this dataset will be changed into the table your selected (even the dataset name is still the previous one) so that all steps after that will be removed since the table itself is already changed. So if you need to view other table data, I suggest you create another dataset for that.
Best Regards
Alex