Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to replicate below dax query in qlik sense
Can anyone help me regarding this.
Hi
Try like below
sum([Gross Contribution Per Mt])/sum({1<[Gross Contribution Per Mt] =p ([Gross Contribution Per Mt])>}[Gross Contribution Per Mt])
Above exp, ignores all the selections and include only the possible values for the selections. Hope it helps.
In order to ignore all the fields, we are using {1}, however if want to ignore only certain fields, we can use
City=, Country=
Ex:
sum({1<[Gross Contribution Per Mt] =p ([Gross Contribution Per Mt]), City=, Country=>}[Gross Contribution Per Mt])
If you want to ignore by table wise, I hope, you need to mention all the fields like above.