Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
aleon
Frequent Visitor

Create custom column

Hello,

 

On power bi desktop I have two colums whose vaule I take from a count(id):

imagen3.png

I need to add another custom column with the next value: [REPO/(REPO+NOT_REPO)] * 100.

 

I can not add a new column on the table because the shoed values are the result of another operation and I don't have them on the table.

 

How can I add the custom column and work with the values displayed on the table?

 

Thanks!

 

1 ACCEPTED SOLUTION

Dear all,

Finally I could solve the problem, in stead of create a custom column I used a measure:

imagen4.png

 

Thank you everybody for your help and support

View solution in original post

2 REPLIES 2
BalaVenuGopal
Resolver I
Resolver 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

Dear all,

Finally I could solve the problem, in stead of create a custom column I used a measure:

imagen4.png

 

Thank you everybody for your help and support

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors