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 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.
 
					
				
				
			
		
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 | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 14 | |
| 11 | |
| 10 | |
| 9 |