-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cross-filtering does not work when using fold transformation #494
Comments
Hi, and thanks for using it! I'd need to know more about your spec and data to comment in detail, but I'll provide my suspicions and maybe you can fill in the blanks. A If the granularity of your data stream matches the original dataset after transformation, as long as you can ensure that the |
The relationship in your model shouldn't affect Deneb's internal treatment of the dataset. Custom visuals know nothing about the data model apart from the fields provided, and Power BI resolves everything on their behalf. We will need more information to get to the root cause of your problem and to understand if this is an issue with your specification or Deneb in this case. Because I develop and maintain Deneb for free, I don't have the bandwidth to set up complex scenarios to find potential issues independently. Anything that folks can do to reduce my time spent on debugging will help me get to the root cause faster and either find a solution or a fix. Please provide a minimally reproducible copy of your issue and supporting visuals in a Power BI workbook, preferably with anonymized data, and attach it here (rename the .pbix to a .zip). I will try to find time to look into what the issue might be. To manage your expectations, I will shortly be taking some leave, so I will have even more limited capacity over the next couple of weeks, but I will try to find some time if you can provide something that helps me see the issue in context. If you need more dedicated assistance, it may be better to engage with a community expert (refer to the Support page for more information on how to do this and how to help them help you faster.) |
Thanks for your support! I generated two reports, one without the additional filter, where cross-filter is working as expected and another one with this additional transformation step, where cross-filtering is not working. Test Pareto.zip |
First of all, thanks for developing Deneb!
I had to create a custom "table" using Deneb like in this video: https://www.youtube.com/watch?v=2wZpdZ8hCik.
When I try to get a row filtered in this matrix, based on a selection on another visual, cross-filtering does not work. I see in the original unfolded dataset that the right data point is filtered. However, in the dataset_0 data layer, no data is available. I would have expected the filtered row from the original dataset to be unpivoted with the fold transformation.
When looking at the dataset using cross-highlighting instead of cross-filtering none of the rows appear as "on" in the selected column.
Is this expected?
Thanks!
The text was updated successfully, but these errors were encountered: