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

VertiPaq analyzer rendering glitches #1099

Closed
greggyb opened this issue Apr 28, 2023 · 3 comments
Closed

VertiPaq analyzer rendering glitches #1099

greggyb opened this issue Apr 28, 2023 · 3 comments
Labels

Comments

@greggyb
Copy link

greggyb commented Apr 28, 2023

Describe the bug

The column headers displayed in the VertiPaq Analyzer tab can become out of sync with the column data.

To Reproduce
Steps to reproduce the behavior:

  1. Open DAX Studio
  2. Open VPAX (exported from TE 3.6.0)
  3. Observe column alignment in VertiPaq Analyzer in the 'Tables' view
  4. Expand first table (it has columns sufficiently long enough to force the column header to re-align)
  5. Collapse the first table
  6. The later tables' column values no longer align with the column headers

Expected behavior

All column values should align with the column headers, even if one or the other is forced to move when re-rendering.

Screenshots

In order: first open, expanded, collapsed

first-open

expand-first

collapse-first

@github-actions github-actions bot added the triage issues that need to be classified label Apr 28, 2023
@greggyb
Copy link
Author

greggyb commented Apr 28, 2023

Note: I am having some trouble creating a simple reproduction of this with just a couple tables. I can probably share the vpax causing issues privately.

@JamesDBartlett3
Copy link

JamesDBartlett3 commented Apr 28, 2023

I've noticed this same issue also, when using the VertiPaq Analyzer on a live connected model. If the DAX Studio application window is small enough that the columns become too wide for all of them to display at once, it automatically adds a horizontal scrollbar at the bottom, and when I scroll horizontally, the columns move, but the column headers don't.
dax_studio_column_glitch

@dgosbell
Copy link
Contributor

@JamesDBartlett3 - I was aware of this issue when the window size was small and I think I've found a difference in the styling of the details rows vs the headers rows which seems to be causing this so I think I have a fix for this one.

Thanks @greggyb - I think I've seen this once or twice, but I don't have a good repro. If you can share a vpax privately it will be interesting to see if the same fix addresses your issue.

@dgosbell dgosbell added bug and removed triage issues that need to be classified labels May 1, 2023
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

3 participants