This idea is to add unstructured text search/analysis to the Q&A module in PowerBI. This will enable users to search for keywords and/or phrases in the text column through the Q&A search field, so that I could do more advanced filtering on non-numeric data. If the dataset contains a column with unstructured text (e.g. DescriptionText), I want to search for and/or filter on keywords in this column. Sample value for DescriptionText column: "Conceptual study for California solar power plant 2013". I want to use PowerBI Q&A to search for (and count) items that contain California in the DescriptionText column. This is similar to facets works in search engines. Example query: COUNT Items WHERE DescriptionText CONTAINS California AND "solar power" AND 2013 Ref.1) Community discussion thread: http://community.powerbi.com/t5/Service/Unstructured-text-search-in-Power-BI-Q-amp-A/m-p/11203#M4314 Ref.2) Faceted search in Apache Solr: http://lucidworks.com/blog/2009/09/02/faceted-search-with-solr/