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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
piotrkopti
Frequent Visitor

Average value in card

Hello,

In matrix table I have measure (DISTINCTCOUNT) that show data per day. Now I wish to have card to show average value from this days.

piotrkopti_0-1626874017172.png


for now, DISTINCT_COUNT mesaure is simple DISTINCTCOUNT(table[ID])

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

[Daily Average] =
AVERAGEX(
	// Change this ugly name. You're not
	// going to expose this monster to your
	// users, right?
	DISTINCT( T[vt_date_c_just_date] ),
	[Distinct_Count]
)

View solution in original post

1 REPLY 1
Anonymous
Not applicable

[Daily Average] =
AVERAGEX(
	// Change this ugly name. You're not
	// going to expose this monster to your
	// users, right?
	DISTINCT( T[vt_date_c_just_date] ),
	[Distinct_Count]
)

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.