Forum Discussion
huguest
7 years agoAdvocate II
Filter a column in Query Editor
Yesterday, I updated Power BI Desktop and now, the filter dropdown is gone in the Query Editor. How can see the values for a given column and/or filter that column like I used to? Thank you! ...
huguest
7 years agoAdvocate II
I also just noticed that the following formula no longer recognizes "null" values and returns an error for all rows where the Start Date in null. This used to work just fine before the update...
"Last 4Q", each if [Start Date] = null then null else if [Start Date] < Date.AddQuarters([TodayQ],-4)
then "No"
else if [Start Date] >= [TodayQ] then "No"
else "Yes")