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.
Hy everyone,
I realy need your help. I have 2 table and i want combine it become new table like below picture.
I want the result like expected table.
Please kindly give advice.
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
CROSSJOIN function (DAX) - DAX | Microsoft Learn
expected result table =
CROSSJOIN('item', 'year')
Hi,
Please check the below picture and the attached pbix file.
CROSSJOIN function (DAX) - DAX | Microsoft Learn
expected result table =
CROSSJOIN('item', 'year')