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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Dani2112
New Member

division that is connected to the filter

Hello everyone,

 

I was trying to have a report where you could filter the next information 

Dani2112_0-1696863789709.png

When I select for example the grafit in the field of 204 I woul like to get in the card hit rate the 204/2598, but what happens is that when i select the 204 the 2598 becomes 204 and the hit rate percentage becomes 100% could you please tell me how can I get the result of 8% that is the result of 204/2598, I want to do the same for the other columns

4 REPLIES 4
Dani2112
New Member

the link is private





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
danextian
Super User
Super User

Hi @Dani2112 

 

With just the information provided, try either of this:

=
DIVIDE (
    [numerator],
    CALCULATE ( [denominator], REMOVEFILTERS ( 'table'[2598column] ) )
)

=
DIVIDE ( [numerator], CALCULATE ( [denominator], ALL ( 'table'[2598column] ) ) )

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
sudhisami_azure
Frequent Visitor

What is "grafit"? Where it is located? Can you attach a sample file?

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.