Forum Discussion
JillHenninger
Helper I
5 years agoFair 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
Super User
5 years agoHi,
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.