Forum Discussion
JillHenninger
5 years agoHelper I
Fair Share Calculation
Hi all. I am trying to create a series of calculations using Dax, and I am stuck on a piece. Context: First, I need to calc market share - how much is our account selling of a specific product with...
Ashish_Mathur
5 years agoSuper User
Hi,
Does this measure work?
FairShare = CALCULATE([Market Share],all(ClientList[Client]))
If it does not work, then share the link from where i can download your PBI file.