Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello everyone,
I have different tables which were combined by the Table.Combine-Function. That works properly.
Now i want to make this dynamic in order to easily add or remove some of the tables if neccessary.
Therefore I tried to create a Parameter which contains the names of the tables which should be combined.
But unfortunately they Table.Combine-Function recognizes the names of the tables as strings and not as tables and is therefore not able to process the input.
I always get an Expression.Error the value couldnt be transformed into a table.
Does anybody know how to fix this?
Thank you in advance!
See below an example of a single table.
let
T = Expression.Evaluate(Param, #shared),
Source = Table.Combine({t1,T})
in
Source
I need to see what does your parameter contain in case of multiple tables
Thank you for your reply!
My parameter contains for example "Table_A, Table_B, Table_C, ..."
The Table.Combine-Function looks like Table.Combine({#"prior step", Parameter})
Then the error message the value ""Table_A, Table_B, Table_C"" couldnt be converted into typ table appears. Details value=Table_A, Table_B, Table_C
Type=[Type]
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |