Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
A little bit of cross-posting but not getting much traction on StackOverflow, and hoping someone here might provide some clarity: excel - VBA - ModelTable get all SQL queries - Stack Overflow
As in the above link, I am looking to document our legacy Excel workbooks; we have about 50 over the estate which are connected to our SQL database via PowerPivot.
I'm able to extract the measures quite easily through the Model object and DMVs but still unable to get the source queries of the tables; each file contains one or two connections, with multiple tables attached. I'm open to any method that will help us extract this information.
Any help greatly appreciated!
select * from $SYSTEM.TMSCHEMA_PARTITIONS
select * from $SYSTEM.TMSCHEMA_EXPRESSIONS
@lbendlin unfortunately the TMSCHEMA_* DMVs aren't accessible in a 1103 compatibility mode model so those queries aren't an option in this instance. For whatever reason, that looks to be the latest compatibility mode available via PowerPivot in Excel.
Any suggestions for 1103? I've tried to run a DISCOVER_XML_METADATA query but unable to get the XMLA connection to open correctly when pointing at the local model.
No idea - is the compatibility level higher in newer Excel versions?
@lbendlin doesn't look that way, the last thing I can see documenting which compatibility mode goes with which version is the SQLBI article above; anything > Excel 2013 is 1103.
We're using the M365 version so fairly recent.
I saw something about the level being higher in PowerQuery but we've not got the time or desire to make that switch just to extract the queries before ultimately dumping these workbooks.
We've recently had an issue with a high priority measure being shared incorrectly so this is really an exercise in damage control and to strengthen the business case.
We have accesss to Gartner through work so likely going to take it to their technical analysts, seems to be the only option as just losing time on this one daily.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
39 | |
20 | |
18 | |
18 | |
10 |
User | Count |
---|---|
35 | |
34 | |
34 | |
19 | |
14 |