Forum Discussion
htalat6
3 years agoFrequent Visitor
Calculation in measure
Hey i am trying to recreate this calculated field on Power BI
I want to calculate number of times this situation occurs , i used the following type of formula on tableau. Because of limitations i am moving to Power BI so need help.
sum( if columna = 'abc' and (columnb = 'fg' or columnc ='th') then 1 end)
Thanks in advance
2 Replies
- ChrisMendoza
Resident Rockstar
htalat6 - you can do as
- htalat6Frequent Visitor
Hey Chris ,
Thanks for the reply i think it will do it . what function here should i use to sum the trues? sum()?