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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BBIUser
Helper IV
Helper IV

How to show a normal % value in a card visualization?

Hi,

 

This might be very simple calculation but I am having trouble producing this in the report.

 

I need help in displaying % value in a card visualization. The calculation should go like this - 

ZeroEnrol/Count of Enrollment_count*100 = 1.30%

30/2304*100 = 1.30%

ZeroEnrol is a "Calculated Measure" and 

Enrollment_count is a Measure field from the actual query.

 

What mdx should I use to retrieve this calculation?

The values and column names is shown below for reference.

 

2018-04-26_1616.png

 

Thanks for your insights!

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

 

Try this measure

 

=[ZeroEnrol]/SUM(Enrollment_Count)

 

I am assuming that enrollment count is a numeric column in your dataset.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

 

Try this measure

 

=[ZeroEnrol]/SUM(Enrollment_Count)

 

I am assuming that enrollment count is a numeric column in your dataset.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

It is numeric and instead of SUM I placed count and worked perfectly. Thanks @Ashish_Mathur. Much appreciate your insight!

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.