Forum Discussion
Anonymous
7 years agoNot applicable
If Condition
Hello All, Iwas using IF condition to calculate based on condition. While applying formula i could not able to select the comlumn name to filter the data. fpr example I've a table with column...
parry2k
7 years agoSuper User
Anonymous if you want to add as measure, you need use aggregation for your type in calculation, something like this
If(MAX(Table[Type])="Bundle",(distinctcountmeasure), (sumof Bundle measure))
Anonymous
7 years agoNot applicable
Hi ,
MAX function dint work, shows error as many aurguments passed for MAx function.
REgards.