Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
spsalter
Regular Visitor

user story and task rollups

Not sure if this is the right forum, but here is the issue:  I am tryin to create a sioimple report which shows all client costs (charges) to date.  I am using one view table from TFS_Warehouse (on-prem TFS) and anotehr table which has the resource info (name, rate, etc.).  I have created a measure which calculates the cost based on the rate and completed work at task level.  Now I need to show the rollups to the uer story level where the client is tagged.  Is there a way to use DAX, or another means, to associate the user stories with the child tasks so I can make that calculation?  Any help would be appreciated.

7 REPLIES 7
v-jiascu-msft
Employee
Employee

Hi @spsalter,

 

Yeah, you are in the right place. But we can't write out a dax formula without data model. Can you please provide a sample .pbix file?

 

Best Regards!

Dale

 

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

what is the best way to send over pbix?  Seems I can only upoad photo files.

Hi @spsalter,

 

If you can send it publicly, you can upload your file into GoogleDrive, OneDrive, etc. then share the link here. Or send me the link by private message.

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msft, let's give this a shot: https://1drv.ms/u/s!AkgfL6evUx7Jebx0NKgun4atOBI  It's the template to reduce the file size.  If data is needed, I can cleanse it and upload.  Much appreciated.

Hi @spsalter,

 

I can't open this link, Can you update it?

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I will try to share it out form a different source - https://drive.google.com/file/d/0B1yTINZv_mcEQmkyMGpOX1U5WHM/view?usp=sharing

Hi @spsalter,

 

1. I created a new date table.

Calendar =
CALENDAR ( DATE ( 2016, 1, 1 ), DATE ( 2019, 12, 31 ) )

2. A new column of table CurrentWorkItemView.

RelationshipDate = [System_CreatedDate].[date]

3. Establish relationship through CurrentWorkItemView[RelationshipDate] and Calendar[Date].

Could you please make more clear about "child tasks", "the client is tagged", "user story"? Because I can't find it in the model.

You can check it out in your private message.

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.