Forum Discussion
Anonymous
9 years agoNot applicable
Calculation in a Column - with/without slicer
Hello, I've seen lots of similar new messages lately but couldn't find a solution to my problem. Im gonna share three screenshots about the issue. PB1 screenshot - column "% gerceklesen"...
- 9 years ago
HI Anonymous,
Create a measure that calculates both value and not a colum as you can see below it works fine:
Measure % Ger = DIVIDE(SUM(Sats[Total TEU Gerçekleçen]),SUM(Sats[Total TEU Hedeflenen]))
Regars,
MFelix
MFelix
Super User
9 years agoHI Anonymous,
Create a measure that calculates both value and not a colum as you can see below it works fine:
Measure % Ger = DIVIDE(SUM(Sats[Total TEU Gerçekleçen]),SUM(Sats[Total TEU Hedeflenen]))
Regars,
MFelix
- Anonymous9 years agoNot applicableThanks a lot! It worked like magic. As a beginner level power BI user, that was exciting to use measure :)