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! Request now
Hi Guys,
I have a really complicated problem here that has stumped me for a few days now. I have created a test report so that I can show you my issue: agreements_test.pbix
On my report, I am trying to show 2 measures:
Selected Product Value (value of selected product)
Other Product Value (value of all other key products)
The caveat is that Other Product Value should only calculate for agreements that also have a product in the slicer. So if a user selects Generator then Other Product Value should calculate the value of all other products but only for agreements that also have a generator, otherwise it should return blank.
I'm aware that I can apply a measure as a filter but I really need to filter the row level data before the measure calculates. Is this even possible?
Solved! Go to Solution.
If I understand correctly, you want the 'other' to total all non-selected key products, but only for agreements that do contain the selected product, for example if generator is selected, it will total all NON-generator items but only for agreements containing generators. If the result is 0, return Blank instead.
I think this will do it for you. I have also attached the Power BI file.
If I understand correctly, you want the 'other' to total all non-selected key products, but only for agreements that do contain the selected product, for example if generator is selected, it will total all NON-generator items but only for agreements containing generators. If the result is 0, return Blank instead.
I think this will do it for you. I have also attached the Power BI file.
@kpost awesome job 😎
My next step is to recreate the solution on my main report and see how it scales.
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.