cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
yasbos
Resolver I
Resolver I

Count Distinct Values of column in a Calculated Table Variable in DAX Measure

Hi. I have tables a and b. In my measure, I need to create a calculated table consisting of one column from table a (let's call it "ca") and another column from table b, "cb". now, within the measure, I need to do a distinct count on values from column cb in the calculated table. 

Relationships:

Table b 1 ---- * Table b

Measure I tried:

var vAcctsTbl=calculatetable(  ADDCOLUMNS(values(b[cb]) ,  "AcctKey", max(a[ca]) ) )
return
Now, here is the problem is that dax doesn't allow me to do
DISTINCTCOUNTNOBLANK(vAcctsTbl[AcctKey])  

Is there any way by which I can accomplish this? Please, note that I don't have the option of creating a physical table because I am working on a live connection to SSAS. Thanks.

1 ACCEPTED SOLUTION

Ok. I used countx...it worked. Thanks.

View solution in original post

3 REPLIES 3
yasbos
Resolver I
Resolver I

To make the question more generic, can I count the distinct values of a specific column in a calculated table variable in a dax measure? Please, note that the data source is analysis services, so the solution cannot involve creating an actual table.

Ok. I used countx...it worked. Thanks.

foodd
Super User
Super User

Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot).


https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...


Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

 

This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors