The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
20 | |
8 | |
7 | |
7 | |
6 |
User | Count |
---|---|
28 | |
12 | |
11 | |
9 | |
8 |