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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
pravind96
Frequent Visitor

Creating a measure to Count as 1 when everyday user Check In Twice in Applicaiton

Hello! I am trying to create a report for Temperature Check in daily for my organization use. A staff need to check in the application twice a day, which is morning and evening. Can we create a measure that count as 1 when a user check in twice a day ?

Example: 

Check In MorningCheck In EveningCount as 1
YesYes1
YesNo0
1 REPLY 1
lbendlin
Super User
Super User

1. you don't need a measure for that as the result is not impacted by any filters - use a calculated column or do it in Power Query

2. your data model is a bit iffy. usually you want to unpivot your data to make it easier to use later.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors