Hi @NewBee117 ,
Could you please share a bit more about your data source? Is it a SQL Table or SP List or a CDS Entity?
Is there a column called "Status" in your data source?
Based on the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned. Please check if the "Status" column existed in your data source.
In addition, please also make sure the "Status" column is a normal Text type column in your data source, rather than a Complex type column, e.g. Choice type column in a SP List, A LookUp type column in a CDS Entity, ...
If the "Status" column is a Complex column, when you type a property selector operator (.) after the ThisItem.Status, the available properties would be listed:
ThisItem.Status.

Please consider take a try with above solution, check if the issue is solved.
Best regards,