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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
ukantkumar
Helper I
Helper I

Text with Number Count in power query

I need to count

1 st total row = 13

then

 Status using Unit

status is completed and unit not equal to 0 =6

 

like: 

Custom column=List.Count(
List.FindText( [Table name][status],"Completed" )  & List.Number([Table name][unit]<>0))

 

but it is not working?Pwoer Query.PNG


 

 

 

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@ukantkumar 

 

Try with

 

Table.RowCount(Table.SelectRows(TableName,each [Status] = "completed" and [unit]<>0))

Regards
Zubair

Please try my custom visuals

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

@ukantkumar 

 

Try with

 

Table.RowCount(Table.SelectRows(TableName,each [Status] = "completed" and [unit]<>0))

Regards
Zubair

Please try my custom visuals

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.