Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have sales and forecast data and want to create a table containing only the product codes and categories.
For one of both I would do the following
Products = DISTINCT(UNION(VALUES(germany_sales[Product]); VALUES( forecast_germany[Product Number (SKU)]))
But I want to to it for the combination Product + Product category.
HI @Anonymous ,
Please share sample data along with the columns of your table to help you with this.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!!