Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hello
Lets imagine I have bunch of referential tables, and I'd like to have one table consist of
Fcttbl[ID] Ref_Product[Product] Ref_Country[Country] Ref_Category[Category] Ref_Subcategory[Color]
All of these are connected to Fcttbl, but no other connections between them, if that count
Thank you in advance for your help
Solved! Go to Solution.
I think you should just be able to use SUMMARIZECOLUMNS, like
New Table = SUMMARIZECOLUMNS(
Fcttbl[ID],
Ref_Product[Product],
Ref_Country[Country],
Ref_Category[Category],
Ref_Subcategory[Color]
)
I think you should just be able to use SUMMARIZECOLUMNS, like
New Table = SUMMARIZECOLUMNS(
Fcttbl[ID],
Ref_Product[Product],
Ref_Country[Country],
Ref_Category[Category],
Ref_Subcategory[Color]
)
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
91 | |
86 | |
76 | |
66 |
User | Count |
---|---|
149 | |
117 | |
111 | |
106 | |
95 |