Forum Discussion
messyjesse_
8 years agoFrequent Visitor
Reusable table filter in Query Editor
I'm trying to scale a PBI solution for student data. We have LocationCodes that identify both in-residence and online campuses--for my current reporting I'm only interested in the in-res LocationCode...
v-yuta-msft
8 years agoCommunity Support
Hi messyjesse_,
Maybe I have understand your requirement. You want to import the data table which contains LocationCodes from web and from MS SQL Database, and you want to import them into PBI once then shape(remove) the data in the tables using features such as calculate table in power bi, right?
Firstly, the measure/calculate table is used in DAX which are not supported when loading data. In addtion, you create another table with one column which contains full name of locationcode then create relationship between these tables. Lastly, you can create a map visual on the created table.
Regards,
Jimmy Tao