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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
12Bowers12
Helper V
Helper V

Calculateble and Summarize with UserRalationship

Hollow, everyone

In the following query, tables Policy and DateDimension has no relationship. I use UserRelationship to create a relationship between these two tables as filter argument for CalculateTable. Then using Summarize as expression to Broker_ID and Policy_Year. 

But the query did not work.

Any ideas?

Thank you

Dennis

 

 

   CALCULATETABLE (

       SUMMARIZE( Policy, Broker[BROKER_ID], DateDimension'[Policy_Year] ),  

       USERELATIONSHIP( Policy[EFFECTIVE_DATE], 'DateDimension'[DateKey] )

   )

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@12Bowers12 , Add measure and there you use userelation.

 

calculate(countrows(Policy), USERELATIONSHIP( Policy[EFFECTIVE_DATE], 'DateDimension'[DateKey] ))

 

Add this a column in your summarize and try.

https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in...

 

 

Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
12Bowers12
Helper V
Helper V

Thank you, Amitchandak, I will test it. Have a goo day.

amitchandak
Super User
Super User

@12Bowers12 , Add measure and there you use userelation.

 

calculate(countrows(Policy), USERELATIONSHIP( Policy[EFFECTIVE_DATE], 'DateDimension'[DateKey] ))

 

Add this a column in your summarize and try.

https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in...

 

 

Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors