Skip to content

Releases: Profitbase/PowerBI-visuals-Gantt

v3.1.0.0

Choose a tag to compare

@amundrisafylling amundrisafylling released this 27 Mar 14:51
cba53c6

New features:

Improvements:

  • Scroll behavior is significantly improved

Bug Fixes:

  • Fixed Start/End Date "Don't summarize" logic.
  • Fixed parent bar rendering with multiple Milestones.
  • Fixed Timeline shifting during zoom.
  • Removed duplicate time dimensions in hierarchy.
  • Fixed missing format pane for Milestones.
  • Fixed custom formatting on parent levels.
  • Fixed Custom date filter bugs.
  • Fixed unclickable Web URLs.
  • Fixed Ragged Hierarchy rendering with grouped tasks.
  • Fixed left/right triangle Milestone shapes.
  • Fixed date-based Conditional Formatting on grouped tasks.
  • Edit Mode: Fixed resizing bugs.
  • Edit Mode: Disabled Save button when required fields are blank.

v3.0.0.1

Choose a tag to compare

@AndersAano AndersAano released this 27 May 08:17
cba53c6

This version contains some breaking changes.
We have worked on this version for a long time, and the list of features is long. Going forward, we will keep the updates smaller and more frequent.

Breaking change:
The start- and end date fields now allow for the selection "Don't summarize".
When updating from v2.x to v3.x some of the fields used might jump from one bucket to another. If so, you just have to move them back where they belong.

This change is due to adding support for an upcoming feature where you can show multiple task bars on the same row.
We'll get back to that in a later release.

New:

- Improved Conditional Formatting
- Select where formatting should be applied - Milestones, Taskbars, Data grid
- Color scales as formatting options

Change formatting priority by drag and drop
- Add dependency lines manually
- Group column headers in the Data grid
- Support tooltips using tooltip pages
- Zoom to fit
- Format options for Milestones
- Set focus period
- Sort additional columns
- Create custom timeline filters
- Select and copy data form the data grid
- Set placement for event ranges and Today line (Infront, behind).

v3.0.0.0-RC

v3.0.0.0-RC Pre-release
Pre-release

Choose a tag to compare

@AndersAano AndersAano released this 04 Mar 13:54
cba53c6

This version contains some breaking changes.
We have worked on this version for a long time, and the list of features is long. Going forward, we will keep the updates smaller and more frequent.

New:

- Improved Conditional Formatting
- Select where formatting should be applied - Milestones, Taskbars, Data grid
- Color scales as formatting options


Before you test this version
• Make a copy of your reports / .pbix-files before testing this version
• If everything works as expected, you can go ahead and import the .pbiviz to Org.Store and use it in production.

How to Test
To test v8.1-rc1 without affecting other reports, we recommend turning on Develop a visual in Power BI, and then import the visual from file. This way, the visual will only affect the report you are testing locally. When you close and reopen the current report, it will revert back to the AppSource version.

Turn on Develop a visual, and Import Visual From File

How to test the visual
image

v2.0.3 July 21. 2023

Choose a tag to compare

@toresenneseth toresenneseth released this 21 Jul 11:33
8dadbee

This version contains some breaking changes.
Adding support for measures meant adding some new buckets for data fields. Data fields in buckets that got swapped out may end up in random buckets.

New:
• Supports measures
• Conditional formatting
• Dynamic event markers: https://github.com/Profitbase/PowerBI-visuals-Gantt/wiki/Dynamic-Event-Markers
• Additional column support format strings.
• Ragged hierarchy: https://github.com/Profitbase/PowerBI-visuals-Gantt/wiki/Ragged-Hierarchy
• Milestone labels and tooltips: https://github.com/Profitbase/PowerBI-visuals-Gantt/wiki/Milestones
• Set start of week:
• Multi taskbar: https://github.com/Profitbase/PowerBI-visuals-Gantt/wiki/Multi-taskbar
• Baseline formatting: https://github.com/Profitbase/PowerBI-visuals-Gantt/wiki/Baseline-formatting-(Planned-start-end-date)