Forum Discussion
Quick Measures - Field Properties (format), Preview Results Option?
Measure / Quick Measure - I'd like to view the results... they aren't displayed in the query edit page. Am I missing something here (simple table view without having to go through the visual)
I can create a TEMP visual, then show data but that seems to be a round about way to get at it
New Column - Same issue... newb doesnt know how to view the results
3 Replies
- v-danhe-msft
Microsoft Employee
Hi RyanP
The Power Query is different from Dax(measure and calculated column), all of your data is firstly handled by Power Query and will influence your data model(Dax), but the Dax is based on your data model, it will not influence your data in Power Query.
You could also refer to below links:
https://stackoverflow.com/questions/29696131/difference-between-powerpivot-powerquery-and-powerbi
https://stackoverflow.com/questions/39632894/whats-the-difference-between-dax-and-power-query-or-m
Regards,
Daniel He
- RyanP
Advocate II
ok, but how do you view the results
v-danhe-msft wrote:Hi RyanP
The Power Query is different from Dax(measure and calculated column), all of your data is firstly handled by Power Query and will influence your data model(Dax), but the Dax is based on your data model, it will not influence your data in Power Query.
You could also refer to below links:
https://stackoverflow.com/questions/29696131/difference-between-powerpivot-powerquery-and-powerbi
https://stackoverflow.com/questions/39632894/whats-the-difference-between-dax-and-power-query-or-m
Regards,
Daniel He
- v-danhe-msft
Microsoft Employee
Hi RyanP ,
Could you mean the result with your dax(measure or calculated column)? It will just show in your visual or in the data view, but will not show in the query editor.
Regards,
Daniel He