This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
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
Hi everyone,
I have created these 3 measures for my power bi report and those 3 measures display as columns in the report..
1. column Total Worked:
Hi @Malsha
For your 3rd measure, I think you can use an IF expression with ISBLANK:
Measure = IF(ISBLANK([Total Worked]),"N/A",[Total Worked] - [worked hours for selected period])
Hope this helps.
Hi, This works but it gives duplicated records.
Hi @Malsha
difference =if(isblank( [Total Worked]),"N/A", [Total Worked] - [worked hours for selected period])
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi, This is working but it gives duplicated records. what's the reason for that.
Hi @Malsha
i need to see a pbix to understand it
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 |
|---|---|
| 37 | |
| 37 | |
| 31 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 59 | |
| 31 | |
| 31 | |
| 25 |