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
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
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.

Top Solution Authors
Top Kudoed Authors