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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mmowrey
Helper I
Helper I

disting count

I have the follwoing table below.. I would like to get a distinct count of Comp_inv. If i change the field in the filter to a count (distinct)

mmowrey_0-1651073617626.png

 

4 REPLIES 4
v-yalanwu-msft
Community Support
Community Support

Hi, @mmowrey ;

Is your problem solved? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yalanwu-msft
Community Support
Community Support

Hi, @mmowrey ;

You could try it

dicount = 
CALCULATE(DISTINCTCOUNT('Table'[COMPINV. _ID]),ALLEXCEPT('Table','Table'[SHIPMENT_ DATETIME]))

Or

dicount =  DISTINCTCOUNT('Table'[COMPINV. _ID])

Or 

dicount = 
COUNTROWS(SUMMARIZE('Table',[COMPINV. _ID]))

In my data, those is correct.  you could check the difference about you data. or share more infomation.

The final output is shown below:

vyalanwumsft_0-1651547839197.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Shishir22
Solution Sage
Solution Sage

Hello @mmowrey ,

 

Can you please try Creating measure as -

 

Measure = DistinctCount(Table[Compinv_id])

 

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

 

Cheers,

Shishir

Cheers,
Shishir

returns same large value instead of 16

mmowrey_0-1651074529920.png

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors