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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
AMBP1973
Helper II
Helper II

Dax to countrows in one column, but rows based on value on another column

axHello Everyone,

 

I am looking to count rows of a column named 'Title', where the values are title of documents, but exclude those rows that has values of 'superseded' in the 'Document/process update' column in the same table? I would appreciate any assitance with a dax measure for this.  Thanks in advance

Example of table 

TitleDocument Process Update 
Manual - Root Cause analysis guide 
Procedure - System ReviewsSuperseded
1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello @AMBP1973 ,

 

try this:

 

measure = Calculate( countrows(TableName),'TableName' [Document Process Update] <> "Superseded"))

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin
Vote For my Idea💡

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

2 REPLIES 2
AMBP1973
Helper II
Helper II

Perfect! Thankyou for your prompt response 🙂

Idrissshatila
Super User
Super User

Hello @AMBP1973 ,

 

try this:

 

measure = Calculate( countrows(TableName),'TableName' [Document Process Update] <> "Superseded"))

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin
Vote For my Idea💡

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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