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.
Hi all,
I need to calculate Market share, although I need to take in considarantion two colunms from a second table. Both table are conected.
I would need something like that:
Hi @Anonymous ,
Please share sample data and view of you model.
Regards,
Harsh Nathani
Table 1 = [id], [volume year1], [volume year2] ...
Table 2 = [id], [brand], [owner]
I have to calculate vol. market share taking into considaration table 2. Those are large set of data, for this reason I am avoiding merge.
I have it unpivot as well. In the unpivot case, do how to calculate it taking in consideration the second table?