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
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.
for now, DISTINCT_COUNT mesaure is simple DISTINCTCOUNT(table[ID])
Solved! Go to Solution.
[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]
)
[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]
)
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 |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |