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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
timoparks
Regular Visitor

Cannot get sum of the Jira  Issues.’Story Point’  rows in a Card to change with slicer filter

Hi, we are having trouble trying to sum or total the Jira  Issues.’Story Point’  field for a group of issues and see it’s total change when we apply a slicer in PowerBI Desktop. The field is a number. We find that when we use the total for Issues.’Story Point’ in a Card in PowerBI it only shows the total story points for all unfiltered items. Ignoring any filters by applying slicers.

 

We have tried using a measure, but this does not change in the Card when we apply slicer filters.

CountStoryPointInRelease = SUM(Issues[Story_Points_10031])

 

Can you help? Thanks T.

1 ACCEPTED SOLUTION

Hi @timoparks ,
looking at your model I can see 1:* between Issue (1) and IssueFixVersion (*), the filter direction is from Issues to IssueFixVersion (single). If you are trying to filter Issues with a field from IssueFixVerison this is not going to work due to missing filter direction. Meaning IssueFixVersion isn't able to filter Issues.
Either you create a proper "dim_issues" table (= a dimension table) or you set the cross-filter direction to BOTH between these tables.
I guess setting the filter direction is going to help you for the moment.

I think it makes sense to rethink the modelling part a bit.

Give it a try?

Regards

View solution in original post

4 REPLIES 4
cengizhanarslan
Super User
Super User

Seems like  your slicer table is not related to fact table or edit interactions are turnef off in the report view.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.
sergej_og
Super User
Super User

Hi @timoparks ,
your model is connected properly?
Dimensions are connected with the fact(s)?
Sounds a bit like missing connections between the tables.

Regards

Thanks for the replies and support.

 

It is definitely a data model relationship problem as was suggested. But I still have not been able to fix it.

 

I ‘m try to total the “Story Points” field of all matching rows in the Issues table.

A slicer filter on data in the Issues table works fine and gives a correct total.

But using a Slicer with data from the IssueFixVersions table has no effect even though the is a 1-to-Many relationship from Issues.Issue_id to IssueFixVersions.Issue_id

 

Thanks

T.

timoparks_0-1773147658824.png

 

Hi @timoparks ,
looking at your model I can see 1:* between Issue (1) and IssueFixVersion (*), the filter direction is from Issues to IssueFixVersion (single). If you are trying to filter Issues with a field from IssueFixVerison this is not going to work due to missing filter direction. Meaning IssueFixVersion isn't able to filter Issues.
Either you create a proper "dim_issues" table (= a dimension table) or you set the cross-filter direction to BOTH between these tables.
I guess setting the filter direction is going to help you for the moment.

I think it makes sense to rethink the modelling part a bit.

Give it a try?

Regards

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.