Forum Discussion

Xpender's avatar
Xpender
New Member
6 years ago
Solved

Daily Backlog Work past 30 Days

Hi all, I've been trying to find a simple solution for the past couple days, and can't seem to find one. I need more eyes to figure this one out.

 

I have a table (tblWT) with 3 different types of work that needs to be done within a certain time.

Here are the headings:

WorkType | Effort Days | Date Assigned | Date Due | Date Completed

 

I created a Date table using DAX:

BacklogMeasures = CALENDAR(NOW()-30,NOW())

 

In my Date table I can calculate the Effort Days, and have the followings as an example:

Work1 Backlog Completed = SUMX(FILTER(tblWT,tblWT[Date Assigned]<=BacklogMeasures[Date] && tblWT[Date Completed]>BacklogMeasures[Date] && tblWT[Due Date].[Date]<BacklogMeasures[Date]) && tblWT[Worktype]="Work1",[Effort Days])
 
And the results on my Dates table:

Date | Work1 Backlog Completed | Work1 Backlog  | Work2 Backlog Completed | Work2 Backlog | and so on

4-1      54                                          28                         47                                           12

3-31    28                                          14                         58                                           42 

3-30    31                                          36                         42                                           18

 

How can I use only one visualization (Line Chart) to show all 30 days and one Worktype at a time with a slicer?

I think the way it is done, I would need 3 visualizations to show my 3 kinds of Worktypes.

Any way around this?

 

Thanks,

 

XP

  • Hi Xpender ,

     

    It is very difficult to analyze without looking at the data and just by imagining. See if you can paste the image of the table representing any sample data or share the sample pbix via cloud service(OneDrive for business).

    Based on your description, you want to change the properties of measure according to the slicer. You can refer to this blog:

    https://www.fourmoo.com/2017/11/21/power-bi-using-a-slicer-to-show-different-measures/ 

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

1 Reply

  • V-lianl-msft's avatar
    V-lianl-msft
    Icon for Community Support rankCommunity Support

    Hi Xpender ,

     

    It is very difficult to analyze without looking at the data and just by imagining. See if you can paste the image of the table representing any sample data or share the sample pbix via cloud service(OneDrive for business).

    Based on your description, you want to change the properties of measure according to the slicer. You can refer to this blog:

    https://www.fourmoo.com/2017/11/21/power-bi-using-a-slicer-to-show-different-measures/ 

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.