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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Seb_89
Frequent Visitor

DISTINCTCOUNT for invoice (context)

Hi,

 

I wloud like to have DISTINCTCOUNT for Invoce from coum name

I'm using this masure

Miara = CALCULATE(DISTINCTCOUNT(Sheet1[Name]))

 

 

And sems working

But when i put more columns is not For a1 i should still keep 3  DISTINCT

 

Seb_89_0-1695631549100.png

 

Thas my data

 

InvoiceNameWhat to do
a1Kamila
a1łukaszc
a1Agatab
b2Kamilb
b2łukaszb
c3Agatab
c3łukaszb
d4Agatab
 
 

 

 

4 REPLIES 4
Anonymous
Not applicable

Hi @Seb_89 ,

Please refer to my pbix file to see if it helps you.

Create a measure.

Measure =
CALCULATE (
    COUNT ( 'Table'[Invoice] ),
    FILTER (
        ALL ( 'Table' ),
        'Table'[Invoice] = SELECTEDVALUE ( 'Table'[Invoice] )
    )
)

Or a column.

Column =
CALCULATE (
    COUNT ( 'Table'[Invoice] ),
    FILTER ( 'Table', 'Table'[Invoice] = EARLIER ( 'Table'[Invoice] ) )
)

 

vrongtiepmsft_0-1695780601559.png

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

Seb_89
Frequent Visitor

i dont now i was clear.

 

I need to show for a1 = 3

 

Like this

 

Seb_89_0-1695638307738.png

 

 

But when i add next column in visualisation i have something diffrent.

 

Seb_89_1-1695638383886.png

as i said for a1 i need 3

nirali_arora
Resolver II
Resolver II

You have to add other columns to the measure too 

Miara = CALCULATE(DISTINCTCOUNT(Sheet1[Name]), Sheet1[Column1], Sheet1[Column2], Sheet1[Column3])

I add but dont working

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.