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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
bobbybamber
Frequent Visitor

Calculated Columns Question

Hi guys,

Been using Power BI for about two days, so forgive a possibly obvious quesiton.

 

I'm trying to make a calculated column work, yet despite it being very simple I can't work out why it isn't coming out with what I want.


(Few notes - [C-TL] = "Leads" in the first column, [C-QU] = Qualified in the second column).

 

"LQ Rate" is a calculated column, the idea to divide the number of qualified leads by the total number of leads to generated a qualified lead %.

 

In screenshot one, I've simply made LQ Rate = "TL" (total leads), which shows the number of leads... just to prove it knows what it's looking at.

 

Capture5.PNG

 

 

In screenshot two, I've done the same just with qualified leads. Again, just to prove a point

 

Capture4.PNG

 

However, whenever I try and divide them together, nothing seems to happen.

 

Capture6.PNG

Any ideas?

 

 

 

1 ACCEPTED SOLUTION
vcastello
Resolver III
Resolver III

Hi @bobbybamber

Try the following.

 

1.- Create three Measures like this

Measure1 = SUM('CRM Data'[C-TL])

Measure2 = SUM('CRM Data'[C-QU])

LQ Rate = DIVIDE([Measure2],[Measure1])

 

2.- Put the LQRate Measure in the visual

Does it work?

 

Vicente

View solution in original post

2 REPLIES 2
vcastello
Resolver III
Resolver III

Hi @bobbybamber

Try the following.

 

1.- Create three Measures like this

Measure1 = SUM('CRM Data'[C-TL])

Measure2 = SUM('CRM Data'[C-QU])

LQ Rate = DIVIDE([Measure2],[Measure1])

 

2.- Put the LQRate Measure in the visual

Does it work?

 

Vicente

@vcastello- perfect. Thank you!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.