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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Jyo27
Helper II
Helper II

Need help with calculations

Hi ,

 

Based on Name filter selection ,How to calculate this ratio? Please help with dax measures or column formulas .

For example : if Name 'A' ,'B'  is selected in the slicer, then ratio for name 'A' will be 1/34 = 0.029 and for name 'B' will be 1/34 = 0.029.Here 34 is A+B = 12+22

 

Name qtycountRatio
A1210.014493
B2210.014493
C1320.028986
D2240.057971
Total69  
1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Jyo27,

You can try to use following measure formula if it suitable for your requirement:

formual =
CALCULATE (
    SUM ( Table1[qty] ),
    ALLSELECTED ( Table1 ),
    VALUES ( Table1[Name] )
)

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @Jyo27,

You can try to use following measure formula if it suitable for your requirement:

formual =
CALCULATE (
    SUM ( Table1[qty] ),
    ALLSELECTED ( Table1 ),
    VALUES ( Table1[Name] )
)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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