Forum Discussion
Anonymous
4 years agoNot applicable
New Calculated Column with If and Sum
Hi All, Please help me with the DAX for calculated column in PowerBi : I am trying to create a new column using below formula from Excel in PowerBi Denied Access:=IF(SUM(Details[NCC Denied Acces...
- 4 years ago
if you are create a calculated column in DAX, the code may be
Denied Access=IF(Details[NCC Denied Access] > 0, Details[NCC Denied Access])
wdx223_Daniel
4 years agoCommunity Champion
if you are create a calculated column in DAX, the code may be
Denied Access=IF(Details[NCC Denied Access] > 0, Details[NCC Denied Access])