Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello everyone,
I was trying to have a report where you could filter the next information
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
https://drive.google.com/file/d/1YflWeunsbW5VZjgTi6WnRA4IHFvNYBfF/view?usp=sharing, this is the link where the report is located
the link is private
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] ) ) )
What is "grafit"? Where it is located? Can you attach a sample file?
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 116 | |
| 38 | |
| 36 | |
| 27 |