Forum Discussion
Maithilitiwari
2 years agoFrequent Visitor
IF Statement
Recurring Bookings = IF( ISFILTERED(Renewal[RENEW FLAG]) && SELECTEDVALUE(Renewal[RENEW FLAG]) = "NEW BUSINESS" && SELECTEDVALUE(BusinessMix[Bookings by Class]) IN {"License Support", "Hardware S...
- 2 years agoRecurring Bookings =IF(ISFILTERED(Renewal[RENEW FLAG]) &&SELECTEDVALUE(Renewal[RENEW FLAG]) = "NEW BUSINESS" &&COUNTROWS(FILTER(ALLSELECTED(BusinessMix[BookinLicense Support", "Hardware Support", "Subscription", "SAAS", "BCS", "Consumption"}gs by Class]),BusinessMix[Bookings by Class] IN {")) = 6 &&COUNTROWS(ALLSELECTED(BusinessMix[Bookings by Class])) = 6,"True","False")This code is workingSo if i select all of these("License Support", "Hardware Support", "Subscription", "SAAS", "BCS", "Consumption") i get true and if anything is missing or nothing is selected it gives me false
_AAndrade
2 years agoResident Rockstar
Where is your issue?
Maithilitiwari
2 years agoFrequent Visitor
I am getting true only when License Support is selected apart from that i am getting false