TabularEditor / TabularEditor3

Bug reports, feature requests, discussion and documentation for Tabular Editor 3 (commercial version).
61 stars 7 forks source link

Auto complete does not give you the full list of column names from a table when using the || operator #1156

Closed festusgrp closed 3 months ago

festusgrp commented 7 months ago

Description

Create a DAX query by and type in the line Customers[Country] = "Canada" || Customers[Country] = "China" and you'll notice after the || Country is not available in the auto complete list.

EVALUATE{ CALCULATE( [Sales Amount], Customers[Country] = "Canada" || Customers[Country] = "China", ) }

Tabular Editor 3 Version

3.11.0.26496

Screenshots

auto complete bug in TE3 version 3 11 0 26496

Steps to Reproduce

Create a DAX query by and type in the line Customers[Country] = "Canada" || Customers[Country] = "China" and you'll notice after the || Country is not available in the auto complete list.

EVALUATE{ CALCULATE( [Sales Amount], Customers[Country] = "Canada" || Customers[Country] = "China", ) }

Expected behavior

Country should be part of the fields available

Crash Report

No response

Windows Version

10

mlonsk commented 6 months ago

Hi @festusgrp Thank you for reporting, we will look into getting this fixed.

otykier commented 3 months ago

This is now fixed in 3.14.0. Thanks for reporting!