Forum Discussion
PBInterest
5 years agoFrequent Visitor
Nested filters for case like statement
I have two lines of business and I want to summarize values over the combined lines of business. This data lives in the same table but some attributes only apply to one or the other business line. Bo...
amitchandak
Super User
5 years agoPBInterest , based on what I got
calculate([TotalSales],filter(Table, [BusinessLineId] <> 2)) + calculate([TotalSales],filter(Table, [BusinessLineId] = 2 && [SalesType] = "Retail" ))