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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
What would be the dax/ syntax to create a measure to count how many values are below 0.7 and divide it by the total number of rows??
Thanks!!
Solved! Go to Solution.
@Anonymous , Try a measure like
calculate(countrows(Table), filter(Table, Table[Data Quality] <.7))
Hi @Anonymous ,
Check if this works.
Measure = DIVIDE( [Failed Scans], COUNT('Banpu Data '[Data Quality]))
Regards,
Harsh Nathani
I am now tryign to create a new measure to divide the number of failed scans (measure) by the count of data quality. I tried this but it is not working?
Hi @Anonymous ,
Check if this works.
Measure = DIVIDE( [Failed Scans], COUNT('Banpu Data '[Data Quality]))
Regards,
Harsh Nathani
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |