Forum Discussion
Combine Table & Stacked Bar Chart
i'm getting like above which is not correct.
'Age Group' is not applied, BAR length is also very small.
Greg_Deckler , Can you look into the issue please and provide the solution?
- Anonymous6 years agoNot applicable
Please find the mock data.
Approver ProjectID Duration a1 p1 2 a1 p2 4 a1 p3 10 a2 l1 1 a2 l2 1 a2 l3 1 a3 f1 15 a3 f2 15 a3 f3 20 a3 f4 20 Calcuated Columns/Measures:
projects>3 days = IF (my[Duration] >3, 1, 0)
count of projects = DISTINCTCOUNT(my[ProjectID])%3 Days Outstanding = SUM(my[projects>3 days])/[count of projects]Age Group = IF(my[Duration] <= 3, "<=3 Days",IF (my[Duration] >3 && my[Duration] < 6,"> 3 and < 6 Days",">=6 Days")) - Anonymous6 years agoNot applicable
Greg_Deckler Thanks, I will review and share the details what you need in few hours.
- Greg_Deckler6 years ago
Community Champion
It's going to be next to impossible to troubleshoot this without the data Anonymous - can you share the PBIX or a representative sample?
- Anonymous6 years agoNot applicable
Greg_Deckler , is the same data help you to bring the expected result? can you help me on this ?
- Greg_Deckler6 years ago
Community Champion
Anonymous - Sorry, lost track of this thread. Let me take a look at the data you provided and see what I can create.
- Anonymous6 years agoNot applicable
Greg_Deckler , please let me know if you find something on this.
- Anonymous6 years agoNot applicable
Greg_Deckler , please provide an update on this.
- Anonymous6 years agoNot applicable
- Greg_Deckler6 years ago
Community Champion
Anonymous - I have updated the PBIX file with your sample data and created the columns and measures, I think, correctly. What I need to understand is what is what in your stacked bars. If this were a normal stacked bar chart, what would be the Legend and what would be the Value??