Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I'm struggling to create a measure. I have a data table that lists products, their associated tests, and the spec limits for each test. My Power BI page is set up with slicers for both product and test. The idea is to create a multi-row card that would list the spec limits (min, target, max) and would change for the associated product and test every time the slicers were changed. I cannot figure out how to do this with a measure and have it pull the value I need specific to the slicer-selected product and test. I tried using SELECTEDVALUE('Product Specs'[Target]) but that returns [BLANK], I assume because it's not filtering down to one value like I think.
Table: Product Specs
Product | Test | Min | Target | Max |
Cheese | Fat | 1 | 3 | 6 |
Cheese | Protein | 10 | 12 | 16 |
Milk | Fat | 2 | 3 | 4 |
Milk | Protein | 7 | 9 | 12 |
Milk | Moisture | 80 | 85 | 90 |
Any help is appreciated! Thanks!
Solved! Go to Solution.
@KH88 You could use any simple aggregation for this I believe. See attached PBIX file below signature.
@KH88 You could use any simple aggregation for this I believe. See attached PBIX file below signature.