Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have two table visuals that have two similar columns ( the column names are different). The first two visuals have different filters. I want to merge or union the two visuals into one table visual. I don't want to duplicate the query if its avoidable since the queries run long. Is there a way to merge the two visuals? Thanks
Table visual 1 Table visual 2 Desired results
Name ID Name Num Name Number
Mary 1000 Mark 9999 Mark 9999
Mary 1000
my attempts to do this with calculated measures has not provided the correct results.
There is no such thing as a calculated measure. It's either a measure or a calculated column.
Anyway - add your third visual and add the columns. That's it. There's no concept of "merge visuals" in Power BI.
No, I want to combine two visuals with two columns into a new thrid visual with two columns.
You can UNION them (the result would use the column names of whatever comes first, or you can do a SELECTCOLUMNS first to change column names.
In either case that table query needs to be materialized into a Calculated Table which means it won't be dynamic any more.
Lbendin, Can you provide an example. It's not clear to me as to how to union them.
Thanks for the example. I'm getting data from just one table and displaying it in two visuals. I was hoping to be able to merge the data from the two visuals to create the the third visual. Does your method accomplish this without using two tables?
sounds like I totally misunderstood what you are trying to achieve. Are you saying you want to combine three columns into two?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
107 | |
99 | |
99 | |
38 | |
37 |
User | Count |
---|---|
157 | |
121 | |
73 | |
73 | |
63 |