Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I need help with the following DAX formula:
What I Need is to use different filters to calculate the % of total only for the information filtered so I can apply to other measures.
The problem is when I use filters that is not "Contract" is calculating based on all that is not filtered.
Meaning/Example: In this case When I filter by FY22 it gives 23,09 % but I need 100% like above.
Hope you can help me .
Thanks !
Solved! Go to Solution.
Tente:
_01 % Revenue =
DIVIDE (
[Revenue],
CALCULATE ( [Revenue], REMOVEFILTERS ( [Revenue[Contract] ) )
)
Hi,
Share the download link of your PBI file.
In your measure [_01 % Revenue], have you tried using V3 in line 6 instead of V1?
DIVIDE ( [Revenue], V3 )
This will cause the denominator (V3) to use the filter context that exists outside the visual (i.e. slicers and filters). If this doesn't solve the issue, please provide a link to a sample pbix using one of the file services like OneDrive.
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |