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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
zoomclub
Regular Visitor

Calculating the % Value of 2 counted and filtered measures

Hi,
 
I have a table where I have:
 
A column called : company_name (where I store all the registered companies)
A column called : status (where you can have ACTIVE, INACTIVE, OTHER)
 
And another table where I have:
A column called : product_name (where I store all the orders of products)
A column called : status (where you can have ACTIVE, INACTIVE, OTHER)
 
What I want to do is:
1) Count all the companies which have the status: ACTIVE
2) Count all the products which have the status: ACTIVE
3) Calculate the Conversion, which means for me dividing the product count / company count and return a % value 
 
What I did is (which is probably not right) - I created 2 filtered measures in order to be able to create another measure making the divide but still i get only a number not a %.
 
Please help me
 
 
1 ACCEPTED SOLUTION
Nathaniel_C
Community Champion
Community Champion

Hi @zoomclub ,
Have your measure in the formula bar,go to the modeling tab, change the format to percentage. I would also suggest you use DIVIDE().
Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel

format%.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
Nathaniel_C
Community Champion
Community Champion

Hi @zoomclub ,
Have your measure in the formula bar,go to the modeling tab, change the format to percentage. I would also suggest you use DIVIDE().
Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel

format%.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




amitchandak
Super User
Super User

Can you share the formula you created and issue you are getting

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors