| Issue(project) | Products | Issue created | Onboarding Start date |
|---|---|---|---|
| Customer x | Pro 1 | 1 | Jul 2023 |
| Customer x | Pro 2 | 1 | Jul 2023 |
| Customer x | Pro 1 | 1 | Jul 2023 |
| Customer x | Pro 2 | 1 | Aug 2023 |
| Customer x | Pro 1 | 1 | Aug 2023 |
| Customer x | Pro 2 | 1 | Aug 2023 |
So I want this to be show like this instead
July
-
Pro 1 - 2
Pro 2 - 1
Aug
-
Pro 1 - 1
Pro 2 - 2
Formel for Onboarding start date is:
| TimestampToDate(
Min(
Filter(
Descendants([Issue].CurrentHierarchyMember, [Issue].[Issue]),
NOT IsEmpty([Measures].[Issue Start Date])
),
DateToTimestamp([Measures].[Issue Start Date])
)
| ) |
|---|
| Custom field | Import as dimension | Import as property |
|---|---|---|
| Products | Yes | Yes |
I want to present this report in a Bar view instead for a table