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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Zael-Leonhart
Helper I
Helper I

Total of Distinct is correct but the displayed values of column is wrong

i have problem in my 2 columns an [area] and [count of companies] in that area.. I put them together in a table, then I added distinct to [count of companies]. Then this happened. the total of the column is correct but the displayed contents of each row of [company] when added manually it doesn't match with the total .. it is usually higher.

 

I would like to get the distinct values of each row when added up that matches with the total of distinct count and would like to make clear the total is correct but the total of each row values when added up will not match the total. I would like to match the row values to the total of distinct [count of company]

 

Can I ask for your kind guidance about this. Thank you.

 

my columns are

[company] [sales] [area] 

 

 

 

1 ACCEPTED SOLUTION

42 REPLIES 42
Ahmedx
Super User
Super User

or try this  Measure

 

 

Ahmedx
Super User
Super User

pls try this

Screenshot_2.png

@Ahmedx Thanks for the reply, I think I somehow get your point here.. but in DirectQuery Countrow wont push through.. not available to directquery.. is there somehow other approach for that? Thanks.

DirectQuery is a complicated thing

Yea, this is for a dynamics 365 field service live dashboard

Zael-Leonhart
Helper I
Helper I

x

Hi @Zael-Leonhart this is a table of results...
Please share a row data to work with..

CompanySalesArea
100AREA 2
200AREA 3
400AREA 4
B100AREA 4
B200AREA 4
B400AREA 2
100AREA 4
200AREA 4
400

AREA 2

 

 

 

ZaelLeonhart_0-1701156594141.png

 



@Ritaf1983 the count of company values per row must display the total 6.. not the total 8.. is it possible? thanks in advance..

 

@Zael-Leonhart 

Create a measure with dax :

company_q = DISTINCTCOUNT('Table'[Company])
Ritaf1983_0-1701159981782.png

If this post helps, then please consider Accepting it as the solution to help the other

members find it more quickly

@Ritaf1983 
as you can see the rows value the sum is not 5.. the expected output is somehow like this..

Area company_qMust be
AREA 2 21
AREA 3 10
AREA 4 44
Total 55

@Zael-Leonhart Again how do you want area 2 to be 1, if there are 2 companies in this area?
A and B

Ritaf1983_0-1701161083371.png

 

@Ritaf1983 oh sorry my bad.. here is my data again

 

ZaelLeonhart_0-1701162042461.png

 

then I've done this

 

 

ZaelLeonhart_3-1701162306063.png

 


output of distinctcount

ZaelLeonhart_2-1701162256974.png

but my desired output is this

ZaelLeonhart_4-1701162364127.png

 

is this possible? thank you

 



 

from your data.. as you can see if you total the values of the row.. is not 5. If possible the values of the rows will equal to the total 5 not 7.. is there any way? thanks 

Row calculates distinct values that are filtered by the specific area...
If you want something else please explain what logic you need.
Because your data has the same company in more than 1 area...

@Ritaf1983 Thanks for the reply, hmm the logic.. distinct vs unique.. the logic I want to point is the unique.. I hope you understand what I mean.. 

 

Company Sales Area

A 100 AREA 2 - counted

A 200 AREA 3 - not counted A is already at Area 2

C 400 AREA 4 - counted

B 100 AREA 4 - counted

B 200 AREA 4 - not counted B duplicate

B 400 AREA 2 - not counted have already B

H 100 AREA 4 - counted unique

I 200 AREA 4 - counted unique

J 400 AREA 2 - counted unique

 

 


I don't know if this will help.. if you are familiar with Qlik... i used the expression
sum(aggr(count(distinct [Company]),[Company])). I hope this helps. Thanks

Hi @Zael-Leonhart 
You can rank the company by area and count the first appearances of every company.

Ritaf1983_0-1701229045047.png

Pbix is attached

If this post helps, then please consider Accepting it as the solution to help the other

members find it more quickly

it looks like were gettting close to it.. 

Company Sales Area

A 100 AREA 2 - counted

A 200 AREA 3 - not counted A is already at Area 2

C 400 AREA 4 - counted

B 100 AREA 4 - counted

B 200 AREA 4 - not counted B duplicate

B 400 AREA 2 - not counted have already B

H 100 AREA 4 - counted unique

I 200 AREA 4 - counted unique

J 400 AREA 2 - counted unique

and the desired output is this

ZaelLeonhart_1-1701231091233.png

 

try this

Screenshot_3.png

@Ahmedx Sorry for the trouble, I'm having issues with the earlier function when I put the company it tells me that incorrect parameter. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.