I need to convert this Excel sheet formula to an PowerPivot formula:
=IF(D3=0,"NA",B3/D3)
B3 = F5
D3 = F13
Need to add the IF to this formula:
=SUM('data'[F5]) / SUM('data'[F13])
How can I do this?
|
I need to convert this Excel sheet formula to an PowerPivot formula:
B3 = F5 Need to add the IF to this formula:
How can I do this? |
|||||||
|
|
This is what you ask for:
Kind Regards, Raoul Grosser |
|||
|
|