Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have some tables imported from different sources into Power BI using M. I have only learnt DAX expressions propoerly till now. I created a new table using DAX expressions directly.
Now, I am trying to write a M query but I am not sure how to import the table that I created using DAX.
I used Source = #"Table1". But it recognizes Table1 only if it was created using M. It doesn't recognize the one created using DAX.
Solved! Go to Solution.
Actually it is possible! But in a really round about way which I don't recommend.
Using Get Data use can specify Analysys Services as your source. If you have DAX Studio you can find the port number your PBI Desktop model is listening on. Simply connect to Localhost:63410 (or whatever port number your model is currently on)
You can then use your DAX tables as data sources to import in. Each time you open/close PBI Desktop the port number will change and you'll have to manually update it which is where it falls apart.
So it's ok for one off work but no good in reality. Mostly interesting.
Query Editor to DAX is a ONE WAY street!
Meaning DAX created tables are NOT accessible in the Query Editor!
Actually it is possible! But in a really round about way which I don't recommend.
Using Get Data use can specify Analysys Services as your source. If you have DAX Studio you can find the port number your PBI Desktop model is listening on. Simply connect to Localhost:63410 (or whatever port number your model is currently on)
You can then use your DAX tables as data sources to import in. Each time you open/close PBI Desktop the port number will change and you'll have to manually update it which is where it falls apart.
So it's ok for one off work but no good in reality. Mostly interesting.
Thanks for the workaround. For this time I will rewrite my queries. But it might come in handy when there are too many queries to be rewritten.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |