Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi
I am new to PowerBI. I am trying to show a table of data with overdue items of individual managers using 2 filters. I need to find the list of items which are overdue and filter them based on manager email. If there are no overdue items under a particular manager, I don't see TRUE option under the second filter. It is the same the other way around also. I need to show a message "No overdue items" in such cases. May I please know how to achieve this? Also is it possible to show an empty table along with the message?
Thank you
Thanks @PijushRoy , I am working on editing the inbuilt PowerBI from SharePoint list - https://app.powerbi.com/sharepointlist/groups/1xxxxxxx-x--x-x--xa/reports/.
I am not using the desktop version. I do not see an option to create New Measure in Inbuilt PowerBi report, like I see in the Desktop version. Is this a constraint by design or is there any way to create new measure in the Inbuilt SharePoint list PowerBI reports? I do not see an option to open this report from Desktop application either. I only too Expand and Collapse option and not an option to create new Measure. Am I missing something?
Hi @Priya19
You can use the DAX
FinalOverDueStatus = If(IsBlank([OverdueStatus]),"No overdue items",[OverdueStatus])
If solve your requirement, please mark as SOLUTION
Proud to be a Super User! | |
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 117 | |
| 38 | |
| 36 | |
| 29 |