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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
grzegorz32
Frequent Visitor

The count function in Dax

Hello, I have the following functions written in Excel:
= COUNTIFS ('70 '! $ P $ 2: $ P $ 691, "> =" & A235,
'70'! $ P $ 2: $ P $ 691, "<" & A236)
 Which checks whether a machine cycle has occurred at a given time of 36 seconds. however, I need to do it in Power BI? How should the function I described above look like:
= COUNTIFS ('70 '! $ P $ 2: $ P $ 691, "> =" & A235,
'70'! $ P $ 2: $ P $ 691, "<" & A236)
in DAX.
2 REPLIES 2
amitchandak
Super User
Super User

@grzegorz32 ,Can you share sample data and sample output in table format?

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi, Yes.

grzegorz32_0-1616436374792.png

 

I have a table that is clocking the time every 36 seconds. on its basis, I need to write a query in DAX which will check whether in the table:

grzegorz32_1-1616436559112.png

There is a cycle cycle in the long table.
In short, it wants to check whether an operation is performed every 36 seconds ... or whether there are micro-stops.

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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