Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi, I have two PBI reports that have the same tables each but I have been requested to consolidate the two reports in one. So I must write all the measures from report b to report a. Is there any way I can use DAX Studio to list the measures and its formulas? Thanks for the help.
Solved! Go to Solution.
@Chapin4u With DAX studio you can connect to the report that you need the measures from to figure out what the instance and db name are. Then you can connect to that and enter in this query to extract the measures from the model.
Select [Name], [Expression] from $SYSTEM.TMSCHEMA_MEASURES
Then you can copy/paste or export to excel for whatever your needs.
@Chapin4u With DAX studio you can connect to the report that you need the measures from to figure out what the instance and db name are. Then you can connect to that and enter in this query to extract the measures from the model.
Select [Name], [Expression] from $SYSTEM.TMSCHEMA_MEASURES
Then you can copy/paste or export to excel for whatever your needs.
Wow @Anonymous! You are great, thanks! It worked beautifully!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 67 | |
| 51 | |
| 46 | |
| 41 | |
| 39 |