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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello,
I am trying to create a calculated field to show market share. I get the field, however when I put it as a visual, I only have choices to average, sum, median, variance, etc. I just want to see the market share by selected filters. I'd imagine this has to be possible and I'm just missing something. I appreciate any advice.
Thanks
Hi @csteves,
The calculated field just acts as the normal fields. For example below, if you select item A, the calculated column should perform an aggregation calculation.
Item Calculated_column
A 10
A 20
Maybe you need a measure. Please share a dummy sample.
Best Regards,
Dale