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 August 31st. Request your voucher.

Reply
Anonymous
Not applicable

How to deal with numeric values in Dimension?

I have a ‘Project’ dimension and it has a discount value (in percentage). My problem is I cannot use a column from a Dimension directly in a measure…

 

 

 

 

I have to do Discount x Revenue. (Usually my dimension columns have only text values, but in this case its numeric).

 

Is it ok to do:

 

Measure1: = AVERAGE(Project[Discount])



Measure 2:= Measure1*Revenue

 

Or how do you achieve this? (My revenue is in my FactRevenue).

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You could do something like

Rev with discount = SUMX( FactRevenue, FactRevenue[Revenue] * RELATED(Project[Discount]) )

View solution in original post

1 REPLY 1
johnt75
Super User
Super User

You could do something like

Rev with discount = SUMX( FactRevenue, FactRevenue[Revenue] * RELATED(Project[Discount]) )

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.