Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |