Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
festusgrp opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
issue: bug Confirmed as a bug in TE3
Milestone

Comments

@festusgrp
Copy link

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

@festusgrp festusgrp added the template: issue Issue report created by user, needs to be triaged label Oct 24, 2023
@mlonsk
Copy link
Collaborator

mlonsk commented Oct 24, 2023

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

@mlonsk mlonsk self-assigned this Oct 24, 2023
@mlonsk mlonsk added issue: bug Confirmed as a bug in TE3 and removed template: issue Issue report created by user, needs to be triaged labels Oct 24, 2023
@mlonsk mlonsk added this to the 3.14.0 milestone Jan 12, 2024
@otykier
Copy link
Collaborator

otykier commented Feb 20, 2024

This is now fixed in 3.14.0. Thanks for reporting!

@otykier otykier closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Confirmed as a bug in TE3
Development

No branches or pull requests

3 participants