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
HamidBee
Impactful Individual
Impactful Individual

How do I calculate the ratio of the ingredient to the number of total recipes per cuisine?

Hi,

 

I'll like to ask  how do I calculate the ratio of the ingredients to the number of total recipes per cuisine?

 

I'm attaching the pbix file below:


https://www.mediafire.com/file/x041zl3nuce94fz/W2.pbix/file

 

Any help would be appreciated.

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @HamidBee 

Does ‘428275’ refer to the total recipes?

Please try measures as below:

Count =
VAR a =
    SELECTEDVALUE ( Recipes[Cuisine] )
RETURN
    CALCULATE (
        COUNTROWS ( 'Recipes' ),
        FILTER ( 'Recipes', Recipes[Cuisine] = a )
    )
New Ratio = DIVIDE([Count],428275)

If I misunderstood, please share your expected result for further research.

 

Best Regards,
Community Support Team _ Eason

View solution in original post

1 REPLY 1
v-easonf-msft
Community Support
Community Support

Hi, @HamidBee 

Does ‘428275’ refer to the total recipes?

Please try measures as below:

Count =
VAR a =
    SELECTEDVALUE ( Recipes[Cuisine] )
RETURN
    CALCULATE (
        COUNTROWS ( 'Recipes' ),
        FILTER ( 'Recipes', Recipes[Cuisine] = a )
    )
New Ratio = DIVIDE([Count],428275)

If I misunderstood, please share your expected result for further research.

 

Best Regards,
Community Support Team _ Eason

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.