Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
rodrigues_ear
New Member

Visual Chart from missing inputs in the table

Hi,

 

I have a scenario that seems simple but has been challenging for me.

I manage multiple systems/servers that send log data to a SQL database to indicate they are ON. I import this data into Power BI to track their status over time—by date, month, etc.

To represent this setup, I created two tables:

  1. A Date table containing all dates of the year.
  2. A Logs table storing system/server logs.

These tables are linked by date.

 

Schema.png

 

I can analyze the data to show when the systems are ON by counting the "ON" status from the STATUS column. However, the issue is that no data is logged when a system is OFF (e.g., on Jan 2, 2025, System #2 is OFF, so no entry is recorded):

 

ON.png

 

 

 

 

 

 

 

 

 

 

 

 

 

I'm not sure how to do it, but I need to identify when a system was OFF—essentially, when the count of "ON" entries is missing or differs from expectations. This is what I need:

 

NOT ON.png

 

 

How can I do that!?

 

 

 

3 REPLIES 3
lbendlin
Super User
Super User


To report on things that are not there you need to use disconnected tables and/or crossjoins

 

Could you please share how to do that?

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.

Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors