Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
huguest
Advocate II
Advocate 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?
PBI.png
Thank you!

 

 

4 REPLIES 4
Anonymous
Not applicable

I have the exact same problem 😕 

TeigeGao
Solution Sage
Solution Sage

Hi @huguest ,

I found that it releases another version of PowerBI (2.70.5500.0) on early Saturday and based on my test, I haven't found the above problem.

Best Regards,

Teige

I finally had a chance to re-install the latest available version (via the standard updated process) and it is verison 2.70.5494.761 64-bit (June, 2019).

It is still the same with missing filters and formula error.  I will revert back to the April version once again...

huguest
Advocate II
Advocate 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")

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors