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 have created a measure - "Measure1".
I have created a table visual with Measure1 applied as a visual level filter with values > 1.
Screenshot below:
Now I am trying to create a CARD visual showing the count of Drivers that is shown in the above table.
But the card visual does not accept a measure as a visual level filter.
Count of Distinct Drivers = DISTINCTCOUNT('Table'[Driver Name])So, I am trying to figure out a DAX measure that would solve this.
Any help will be appreciated.
 
					
				
				
			
		
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 | 
|---|---|
| 13 | |
| 10 | |
| 10 | |
| 9 | |
| 8 |