Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Solved! Go to Solution.
@Anonymous Can't see any issue with your formula...
Create a New Measure as below to count the CurrentHourFlag
Test259 = COUNTX(FILTER(Test259CurrHour,Test259CurrHour[CurrentHourFlag]="Yes"),Test259CurrHour[CurrentHourFlag])
Proud to be a PBI Community Champion
@Anonymous Can't see any issue with your formula...
Create a New Measure as below to count the CurrentHourFlag
Test259 = COUNTX(FILTER(Test259CurrHour,Test259CurrHour[CurrentHourFlag]="Yes"),Test259CurrHour[CurrentHourFlag])
Proud to be a PBI Community Champion
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.