We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi all!
In my case, I have to create a visual showing the content of multiple, unconnected tables. How do I have to write dataViewMappings to achieve that?
For simplicity, let's assume the number of tables and the number and kind of columns is fixed (e.g. take a sales timeline from table A, customer billing dates from table B and show them on a common time axis).
Hope for help,
. Jörg
Solved! Go to Solution.
You may use ADDCOLUMNS Function to add a calculated column to distinguish data from multiple tables. As for dataViewMappings, it is also a great challenge to me.
You may consider using UNION Function in DAX to create a new table.
@v-chuncz-msft thank you for your quick response.
Does it mean accessing multiple tables is not possible?
In case of a union, how can I distinguish which value comes from where when displaying the two time axes? Can I do a union even in case the tables have no columns in common?
How would the dataViewMappings would look like in that case? Categorial? Table? Matrix? (BTW, is there some documentation about 'matrix' somewhere?)
Thank you again,
. Jörg
You may use ADDCOLUMNS Function to add a calculated column to distinguish data from multiple tables. As for dataViewMappings, it is also a great challenge to me.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |