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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

How to model a numeric attribute in a dimension?

I am unsure how to model my data...

 

I have a model where in my Project dimension, I have an attribute (AgreedReturn), which is a number. Its been part of my model for months; all good!

 

My problem just appread now;  I have a requirement where users want a SUM of that attribute.

 

This is very confusing to me... AgreedReturn  clearly belongs to the Project dimension, but, it messes it up that they want ‘math’ applied on it. What is the right modeling approach to this? Am I forced to move this attribute to the fact somehow??

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , You can have like

 

Sumx(Project , Project [AgreedReturn])

 

or

 

Sumx(Fact, related(Project [AgreedReturn]))

 

or

Sumx(Summarize(Project , Project [AgreedReturn]), Project [AgreedReturn])

 

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
Anonymous
Not applicable

Yes, but for this:

 

Sumx(Fact, related(Project [AgreedReturn]))

 

 

I would have to change the direction to filter to BOTH TABLES, right?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors