[Synapse Serverless Workbook] Fix inconsistent unit labeling on "Data Processed By User" pie chart #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates the "Data Processed By User" pie chart to consistently display units of measurement.
Why is this change necessary?
The current implementation can give wrong impressions about the amount of data processed, and this change ensures accurate labeling.
How does this change work?
The query now summarizes data by GB, and formatting changes have been made to adjust the labeling.
What are the benefits of this change?
The graph becomes easier to read and understand, with consistent unit labeling.
Are there any breaking changes?
No, this is not a breaking change.
What testing has been done?
I tested the updated graph on a platform I use. Unfortunately I can not provide screen shots as this would reveal user's identity. To verify the change the reviewer can copy and paste the template into their workspace and verify the graph's visual and template formatting.
Any related issues or PRs?
None
Changes Summary