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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ibrahimsharaf
Employee
Employee

How to count number of distinct users on a chart?

Hello, if my Table looks like this:

Client IDs     Country

ADS1            USA

ADS2            USA

ADS1            USA

 

If I want to create a stacked column chart, Country on the X Axis, Number of Visitors (Distinct Clients IDs) on the Y Axis, so it should show that USA has 2 visitors only not 3, as "ADS1" is repeated twice, how can I solve this problem?

 

 

 

1 ACCEPTED SOLUTION
SergeiStPete
Helper I
Helper I

use the measure Clients=DISTINCTCOUNT(Table[ClientI Ds] to show on graph

View solution in original post

1 REPLY 1
SergeiStPete
Helper I
Helper I

use the measure Clients=DISTINCTCOUNT(Table[ClientI Ds] to show on graph

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.