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

Sorting using capabilies.json not working #338

Closed
krngd2 opened this issue Nov 9, 2020 · 1 comment
Closed

Sorting using capabilies.json not working #338

krngd2 opened this issue Nov 9, 2020 · 1 comment
Labels

Comments

@krngd2
Copy link

krngd2 commented Nov 9, 2020

According to this article

 "sorting": {
        "default": {   }
    }

Should produce result something like this
image

It is not working at all,
image

I tried sorting with

    "sorting": {
        "implicit": {
            "clauses": [
                {
                    "role": "category",
                    "direction": 1
                },
                {
                    "role": "measure",
                    "direction": 2
                }
            ]
        }

This also does not work at all

Am I missing something or is this a bug. Please clarify.

@helen508light
Copy link

@krngd2
It do works for https://github.com/microsoft/powerbi-visuals-gantt for example
Could you please provide you capabilities.json? Maybe you have some issues with DataViewMapping usage in general

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

No branches or pull requests

2 participants