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
nagaraj
Post Patron
Post Patron

Roll up child items count and display count at Parent

Hello,

 

 I have a below scenario where in have a Parent - Child relationship.

For the PARENT along with the name i need to display the count of CHILD  as 

 

 PARENT - (2)  

 

22.jpg

 

Regards

Nagaraj

1 ACCEPTED SOLUTION

Able to resolve the above by writing below DAX in the table

 

Prop_Count =
CALCULATE(
COUNT(Table[hStatus]),
Table[isDeleted] = FALSE(),Table[Disp_Year] = YEAR(TODAY()) || Table[Disp_Year] = YEAR(TODAY())+1
)

View solution in original post

5 REPLIES 5
v-frfei-msft
Community Support
Community Support

Hi @nagaraj ,

 

Based on my research, it is not supported yet currently. You can come up a new idea and add your comments there to make this feature coming sooner.

https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

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

Able to resolve the above by writing below DAX in the table

 

Prop_Count =
CALCULATE(
COUNT(Table[hStatus]),
Table[isDeleted] = FALSE(),Table[Disp_Year] = YEAR(TODAY()) || Table[Disp_Year] = YEAR(TODAY())+1
)
amitchandak
Super User
Super User

Where you want to display

Hi,

 

 Need to display the child item count as shown below

 

33.jpg

 

Regards

Nagaraj

I do not think, I still got it. Best of matrix display, you can explore here

https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/

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.