Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I want to merge two tables: one is imported from a csv file, the other is created in power bi with dax. I want to combine these two tables, but when I want to merge them (Edit Query) I only see the imported table, not the dax table.
How do I do this??
You can try my technique here:
http://social.technet.microsoft.com/wiki/contents/articles/32915.power-bi-merge-query-with-m.aspx
You would probably need to create another calculated table that merges the two together.