Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

matrix lowest level (rows) taking forever?

I have the below measure where I added the IF clause to avoid negative %:         GM %:=IF( NOT [Net Revenue] < 0 ,DIVIDE( [Gross Margin] ,[Net Revenue]) )           Each respect...