Forum Discussion
aleon
8 years agoFrequent Visitor
Create custom column
Hello, On power bi desktop I have two colums whose vaule I take from a count(id): I need to add another custom column with the next value: [REPO/(REPO+NOT_REPO)] * 100. I can not add a...
- 8 years ago
Dear all,
Finally I could solve the problem, in stead of create a custom column I used a measure:Thank you everybody for your help and support
BalaVenuGopal
8 years agoResolver I
Hi aleon,
From the data model it self we can create custom column
Edit Queris -->Under Add Column tab you have Custom Column from there you can write power query to get your result.
If you get REPO and NOT_REPO as measures then you can directly crete another measure
First could you please explain how did you get REPO AND NOT_REPO so that i can givev you exact solutionn
- aleon8 years agoFrequent Visitor
Dear all,
Finally I could solve the problem, in stead of create a custom column I used a measure:Thank you everybody for your help and support