Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi! I need your help!
I would like to import all the tables contained in an Analysis Services database and automatically send them to Append.
This is the string I use to import a single table in Power Query:
(URL as any, COUNTRY as any) => let
Source = AnalysisServices.Databases(URL, [TypedMeasureColumns=true, Implementation="2.0"])
where URL is a parameter containing the following pointing:
"powerbi://api.powerbi.com/...." meta [IsParameterQuery = true, IsParameterQueryRequired = false, Type = type any]
Is it possible to do what I ask? how?
Thx you,
BF
Hi @BeaBF ,
Please kindly check this post whether it helps:
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| User | Count |
|---|---|
| 15 | |
| 6 | |
| 6 | |
| 6 | |
| 5 |