Forum Discussion
DAX Project Table with Date Slicer
Hello,
I have data with the following structure:
The only columns that matter are Key, StatusCreated, and Status.
The key is the name of the project, and as it moves through different statuses, a new entry is created with a different status, and the date at which that status was achieved is also recorded.
I want to create a report which will have 3 parts: a pie graph, a table, and a Date slicer. For any given date on the slicer, I want the pie graph to display the breakdown of how many projects are in each status, and table to list the keys of each project and what status they are in at that date. See below for what it should look like:
The pie graph seems to be working. I used the solution that Greg_Deckler supplied me, with some small modifications. Here is the DAX which creates the measure for the graph:
2 Replies
- AnonymousNot applicable
Does anyone have any clues? Have I described the problem properly?
Thank you
- AnonymousNot applicable
Hi Anonymous,
I think you need to use add a column to remark current status and calculate the duration of current status keeping, then you can use these fields to create a pie chart as you wanted.
BTW, it will help if you share some dummy data to test.How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng