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

Create Identify issues with SortByColumn columns #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nexus150
Copy link

@nexus150 nexus150 commented Aug 4, 2022

this script identifies sortByColumn columns that have more than one value for the column they sort.

this script identifies sortByColumn columns that have more than one value for the column they sort.
@nexus150
Copy link
Author

nexus150 commented Aug 4, 2022

Hello Michael, I made this this script and I think it should be in this Repo.

This is a real problem , the validation of the sort columns vs the sorting ones are made by the client tools ( PBI Desktop, SSDT, etc) and if then in the process the sort columns stop having unique value for the sorting ones, there is no warning, but strange behaviors ( for example the processes from Sql Server Agent of a Tabular OnPremise fails or simply when dragging the sorted column to a table in Power BI Desktop appears multiplied in N rows, as many different SortByCoumn values has).

Shows a list of all the invalid sort-by columns
@m-kovalsky
Copy link
Owner

I think this is great, Ricardo. I just updated the code slightly so that it outputs a list of all columns with invalid sort by columns.

@nexus150
Copy link
Author

nexus150 commented Aug 5, 2022

do. I just updated the code slightly so that it outputs a list of all columns with invalid sor

Great Michael, thank you very much!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants