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! Request now
Hi @CherC ,
Please have a try.
Create measures.
Sum measures values.
measure_sum=[measure A]+[measure B]+[measure C]+[measure D]
Then change the measure total value.
measure =
VAR _2 =
SUMMARIZE ( table, table[date], "aaa", [measure_sum] )
RETURN
IF ( ISINSCOPE ( table[date] ), [measure_sum], AVERAGEX ( _2, [aaa] ) )
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
So, I created the measures successfully, but since the total column is a built-in feature, where would I put the 2nd measure from above? Since it's a matrix table, it will only let me put the dates in the column field section and it certainly isn't an extra row. Is there somewhere to substitute this measure for the total column?
Hi @CherC ,
You only need to put the second measure into the matrix.
Like the following:
Solved: How to remove duplicates count - Microsoft Power BI Community
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.