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
romovaro
Post Partisan
Post Partisan

table connection not showing correct numbers

HI all

I need some help regarding one table.

 

Current connections:

romovaro_0-1657700600014.png

 

When I combine  the “Active Resources list” table with the “Weekly slippage” Table I am able to create the table showing CUIDs x month (Projects x month)  compared to the target and the difference between target and projects per month.

The problem I have with this table is that when projects are 0…target is not shown

romovaro_1-1657700663692.png

I created a new table showing some “Active Resources lIst Colums + target by role” called Target by Associate table. When I combine the “Target by associate” table with the “Weekly slippage” Table I am able to create the table showing CUIDs x month (Projects x month)  compared to the target and the difference between target and projects per month.

The problem I have is that CUID per month x row = Total CUIDs for column. I get the same totals as the previous table but not showing correct numbers x row.

 

romovaro_2-1657700805204.png

 

Any suggestion on how to show correct CUID numbers (Projects per month) and not totals?  

 

Thanks

 

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @romovaro ,

 

Please try to modify the cross-filter direction as shown below.

 

vkkfmsft_0-1658136977364.png

 

Then add the following fields and measure to the matrix.

 

M_Target = 
CALCULATE (
    SUM ( 'Target by Associate'[Target] ),
    USERELATIONSHIP ( 'Target by Associate'[Role], 'Active Resources list'[Role] )
)

vkkfmsft_1-1658137030533.png

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-kkf-msft
Community Support
Community Support

Hi @romovaro ,

 

Please try to modify the cross-filter direction as shown below.

 

vkkfmsft_0-1658136977364.png

 

Then add the following fields and measure to the matrix.

 

M_Target = 
CALCULATE (
    SUM ( 'Target by Associate'[Target] ),
    USERELATIONSHIP ( 'Target by Associate'[Role], 'Active Resources list'[Role] )
)

vkkfmsft_1-1658137030533.png

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@romovaro , Many to Many join is not a good idea, Why there is Many to Many join with resources?

 

In case you need SCD

Guyinacube - https://www.youtube.com/watch?v=tKeaQpWynzg

https://www.youtube.com/watch?v=E1ZABKBpkdg

https://www.zartis.com/scd-implementation-with-temporal-tables-in-power-bi/

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.