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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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