Forum Discussion
Need Dax Measure
Hi All,
I need to create a measure for save the all values of column in Power BI. Because, I have two tables and not create a relationships between the tables. I create a Table visualization by these two tables. So, if the two tables columns are drag and drop to the table it's shows error. So i need to create measure for save the column values of one table and i use the measure in table visual. It's possible or not.
Thanks in Advance.
1 Reply
- marcosvinResolver II
Hello!
Since you have two separate tables and need to display in the same table visual, you need to join them somehow. It would be recommended that you create a relationship between the tables using two key columns. If there is no column in common, you can also do a UNION between the tables using PowerQuery or creating calculated tables.