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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
GusGarcia
New Member

PowerQuery_2.34 date/numeric processing errors

At the suggestion of an update pop-up, I downloaded and installed PowerQuery_2.34 (after removing PowerQuery_2.25) and several of my formerly working queries were failing. I narrowed the issue down to any in-stream numeric/date data manipulation:

  1. filtering of a date/time field to restrict the data pull (e.g. Table.SelectRows(MyBiz, each Date.IsInCurrentDay([SnapDate])) ) generates an processing data error message.
    [Note: SnapDate comes in as date/time format (mm/dd/yy hh:mm:ss), is tagged as a date field in the header, and presents me with date-related filters.]
  2. type conversion of a date/time field to date (e.g. Table.TransformColumnTypes(Latest,{{"SnapDate", type date}}) )
    [Note: values are replaced by "Error".]
  3. Adding an calculation column (e.g. Table.AddColumn(#"Add Data Items", "AllQty", each [Billing Qty]+[Backlog Qty]) )
    [Note: values are replaced by "Error".]

Each/all of these manipulations caused all subsequent operations, and of course the query, to fail - even if I tried re-creating the original query and filters from scratch. Furthermore, the data-type icons appearing at the top of the data preview columns (which start out okay), go haywire with even the simplest filter request on numeric or date fields.

 

I uninstalled v2.34 and re-installed v2.25 and all my workbooks and queries worked again.

 

Please advise if there's a bug fix for this so I can get back to the supposed benefits of the latest version.

Respectfully,

Gus

0 REPLIES 0

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.