Forum Discussion
Anonymous
6 years agoNot applicable
dax divide multiple columns
Hello, I would like to create a column Result. I wrote formulas into the column. Source Price (col B) Profit (col C) Result Facebook 2000 5000 108,70% (=C2/$C$6/(B2/$B$6)) Bing 3...
- 6 years ago
Anonymous ,
Please refer a screen shot attached:
Greg_Deckler
6 years agoCommunity Champion
Anonymous - Is that really how your data looks? You can't refer to individual cells in DAX, you have to filter down from rows and columns.