Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi guys,
I don't know how to explain better, but I'm struggling to find a solution to it. My question is, how do I create another average of "Enterprise" measure that is based on a column? like in Jan
Here is my measure
Measure = DIVIDE(SUM(Data[Unit Cost]),SUM(Data[Total]),BLANK())
Here is the dummy report pbix
Thanks a lot
Solved! Go to Solution.
Hi @Stuznet
Try this measure in values of the matrix visual you have in the file. And set row subtotals to On
Measure2 =
AVERAGEX (
    VALUES ( Data[Region] );
    DIVIDE (
        CALCULATE ( SUM ( Data[Unit Cost] ) );
        CALCULATE ( SUM ( Data[Total] ) )
    )
)
Hi @Stuznet
Try this measure in values of the matrix visual you have in the file. And set row subtotals to On
Measure2 =
AVERAGEX (
    VALUES ( Data[Region] );
    DIVIDE (
        CALCULATE ( SUM ( Data[Unit Cost] ) );
        CALCULATE ( SUM ( Data[Total] ) )
    )
)
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |