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
Anonymous
Not applicable

how to calculate count of distinct(user) by daily?

hello, 

 

I have below dataset as an example.

 

dateData CenterLOCAGNUIDCustomercompanyIDsourcetargetvalue
2022/04/02dc1en_USSafariuid1customer1companyID1view_page_modulepicker_1scroll_23
2022/04/02dc1en_USChromeuid1customer1companyID1view_page_actionsearch_1bounce1
2022/04/03dc1en_USChromeuid3customer3companyID3view_page_homepage_1bounce6
2022/04/04dc1en_USChromeuid4customer4companyID4view_page_capabilityportifolio_1exploret_25
2022/04/02dc2en_USChromeuid4customer4companyID4view_page_modulepicker_1bounce10
......         

 

2. now i want to calcualte how many distinct user appeared daily, and create a line chart with date as X-asix, and value of distinct user as Y axis?

 

Is it possible to get ?

 

Thanks,

Cherie

1 ACCEPTED SOLUTION
Shishir22
Solution Sage
Solution Sage

Hello @Anonymous ,

 

Please try creating measure as :

 

NoOfUsers= DISTINCTCOUNT(DATA[UID])

 

And pull this measure in Values section in line chart and Date feild in Axis section of line chart.

 

Please mark it as answer if it solves your issue. Kudos are also appreciated.

 

Thanks,

Shishir

Cheers,
Shishir

View solution in original post

1 REPLY 1
Shishir22
Solution Sage
Solution Sage

Hello @Anonymous ,

 

Please try creating measure as :

 

NoOfUsers= DISTINCTCOUNT(DATA[UID])

 

And pull this measure in Values section in line chart and Date feild in Axis section of line chart.

 

Please mark it as answer if it solves your issue. Kudos are also appreciated.

 

Thanks,

Shishir

Cheers,
Shishir

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.

Top Solution Authors