Tabular Data Control Change

Between Platform Preview Release 1 and Platform Preview release 2, Microsoft changed the way that the Tabular Data Control filters data. Sorting still works exactly as before, but filtering is now set with a single Filter property instead of with FilterColumn and FilterValue. While this means that you can now sort by multiple columns simultaneously, it also means that you have to be very careful about quotation marks, as the filter value must be enclosed in double quotes.

See the code for a demonstration of how to mix single and double quotes for the desired results.