Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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)
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.
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:
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.
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
returns same large value instead of 16
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 23 |