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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Ramendra
Helper IV
Helper IV

formula context

Hi Team,

Can you please help me to know that how to apply below formula in Power Bi for a table

Countif(K4:Q29,"<=6")

1 ACCEPTED SOLUTION

Hi @Ramendra ,

 

Add an index column in the query editor.

Select the index column and unpivoted other column.

Extract the number after "U".

Converts your selected range to a filter condition in DAX.

test_formula context.PNG

Sample .pbix

 

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

View solution in original post

6 REPLIES 6
amitchandak
Super User
Super User

@Ramendra , if it is one column you can do like

countX(filter(Table,Table[col] <=6),Table[Col])

 

else Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

@amitchandak , no this is not for a single column.

This is a range of columns in a table.

Can you please suggest for this.

 
 

test.PNG

harshnathani
Community Champion
Community Champion

Hi @Ramendra ,

 

 

https://community.powerbi.com/t5/Community-Blog/CO-CU-Excel-to-DAX-Translation/ba-p/1080018#M2077

 

CALCULATE(COUNT('Table[ColumnName),FILTER('Table', Table[ColumnName] <= 6))

 

Regards,

Harsh Nathani

Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

@harshnathani ,

 

No this is for a range including more than one column.

Can you suggest for this.test.PNG

Hi @Ramendra ,

 

Add an index column in the query editor.

Select the index column and unpivoted other column.

Extract the number after "U".

Converts your selected range to a filter condition in DAX.

test_formula context.PNG

Sample .pbix

 

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

@V-lianl-msft,

Thank you for your help.

It was a great idea to unpivot  columns to convert multiple columns in to one and then to apply formula to a final column and I got the expected output as per my requirement.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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