Forum Discussion
Combine Table & Stacked Bar Chart
It's going to be next to impossible to troubleshoot this without the data Anonymous - can you share the PBIX or a representative sample?
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)
- Anonymous6 years agoNot applicable
Greg_Deckler Thanks, I will review and share the details what you need in few hours.
- 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??