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

Can't copy just a value from DAX query results (without column name) #200

Closed
avatorl opened this issue Aug 31, 2021 · 3 comments
Closed
Labels
feature: enhancement Request is a enchacement to existing feature
Milestone

Comments

@avatorl
Copy link

avatorl commented Aug 31, 2021

When copying an individual value from DAX query results it copies column header together with the value.

What I get into the clipboard:

TableName[ColumnName]
Value

What I need in the clipboard:

Value

I assume most users expect the same behavior, so the copied value can be inserted into a measure for data filtering.

@otykier
Copy link
Collaborator

otykier commented Sep 2, 2021

Just to be clear, is this behavior only required when selecting and copying from a single cell?

@otykier otykier added the feature: enhancement Request is a enchacement to existing feature label Sep 2, 2021
@avatorl
Copy link
Author

avatorl commented Sep 2, 2021

I can't answer for others in this case, but I think column names should be copied only when all columns/rows selected (e.g. Ctrl + A, Ctrl + C). And I'm sure everyone will be happy when a single cell value copied without column name.

@otykier otykier added this to the 3.1.0 milestone Sep 3, 2021
@otykier
Copy link
Collaborator

otykier commented Sep 5, 2021

Fixed in 3.1.0.

@otykier otykier closed this as completed Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: enhancement Request is a enchacement to existing feature
Development

No branches or pull requests

2 participants