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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. 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.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 48 | |
| 29 | |
| 23 | |
| 23 |