Forum Discussion
gvg
9 years agoPost Prodigy
Create a table from existing relationship
Hi. I can create a table visual from two related tables. But how can I create a table from them? For example, I have two related tables: Category Sales Catego...
- 9 years ago
Well, this can be achieved this way:
Table 1 = SELECTCOLUMNS(Sales,"ProductID",Sales[ProductID],
"Discount",LOOKUPVALUE(Category[Discount],Category[Category],Sales[Category]))
gvg
9 years agoPost Prodigy
Well, this can be achieved this way:
Table 1 = SELECTCOLUMNS(Sales,"ProductID",Sales[ProductID],
"Discount",LOOKUPVALUE(Category[Discount],Category[Category],Sales[Category]))