Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
I have visualisation show workers by weekly hours, but I want my visual to display on worker with more than 72Hrs per week.
Please see attached and am getting my sum of hours from column worked_Hours.
Solved! Go to Solution.
Hi @oolamide85
Try again this.
Regards,
Cherie
Hi @oolamide85
You may try to create a measure like below to get the visual as requested.
Measure = VAR workhours = CALCULATE ( SUM ( Table4[worked hours] ) ) RETURN IF ( workhours >= 72, workhours )
Regards,
Cherie
The Column workhours are daily worked hours and I have the sum of worked hours in week in report view which is fine, but I want the report to show only worked who have worked more than 72hrs .
Hi @oolamide85
Here is the sample file. If it is not your case, please share your data sample file. You can upload it to OneDrive or Dropbox and post the link here.
Regards,
Cherie
unable to download the file.
Thanks.
Hi @oolamide85
Try again this.
Regards,
Cherie
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
42 | |
30 | |
27 | |
27 |