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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Kudoed Authors