Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I cannot seem to figure out how to insert a LEFT function inside of my DAX function, any help would be appreciated.
this is wrong:
=IF(COUNTROWS(Defects)LEFT("Assembly",8),true,false)
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 3 | |
| 2 | |
| 2 |