Forum Discussion
BlueNoze
6 years agoNew Member
Making a Total of Multiple Columns Using Multiple Filters
Hi All I have tried searching for the answer to this but cant seem to find the answer plus im very new to BI so appareciate your patience. So I needs to add a card visualisation (which i know...
amitchandak
6 years agoSuper User
BlueNoze , Try like
sumx(Table, switch(true(),Table[Hire Status] = "Unpaid",Table[HAccountTotal],
Table[RepairStatus] = "Unpaid",Table[RAccountTotal],
Table[RandSStatus]= "Unpaid" ,Table[RSTotal],blank()))