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! Request now
I want to write a dax meaure or column(not sure of the best) to determine if "Sample count" is blank, or S'ize Value' is blank, or both 'Size value' and "Sample Count" is blank, their rows should return incomplete.
Atttached is a sample of my data. Thanks.
Solved! Go to Solution.
Hi @Anonymous
You can create new column
Column =
IF ( ISBLANK ( TableName[Sample Cont] ) || ISBLANK ( TableName[Size Value] ), "Incomplete" )
Thank you!
Hi @Anonymous
You can create new column
Column =
IF ( ISBLANK ( TableName[Sample Cont] ) || ISBLANK ( TableName[Size Value] ), "Incomplete" )
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 |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |