Forum Discussion
IF STATEMENT
- 5 years ago
Anonymous , This is column can you show in the table view?
Also, check if PROJECT_NUMBER is text, check is it a empty string ""
Hey Anonymous ,
it looks like it works, but I guess you expected a different result 😉
In Power BI you can add a calculated column, that's just a new column in the table. A calculated table is calculated when the file is loaded and then fix. The value won't change based on slicers.
Or you can use a measure. A measure always needs a context and is calculated based on this context.
Based on your formula I guess you used a calculated column.
In your screenshot you used a matrix, so rows might be hidden based on your selection.
To see if all of your values are existing, go to the Data tab and check the result in the complete table there:
- Anonymous5 years agoNot applicable
selimovd Thank you so much. I appreciate your help. This actually works. Tho i just found out that the actual value is not really blank, rather a "". so i did not use isblank and rather evaluate if field = "".