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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
guyatisk
Helper I
Helper I

Show future records?

Quick question.  We have a reporting power bi that shows progress towards certifications.  Employees are signed up for certain cert paths and each certification has several tasks. Tasks need to be complete before the cert is finished. There is a separate report for managers to see if any data is missing.  If a date goes by and certain fields are blank, they will show up in this report.  Now management wants to check future dates, like next month.  There are not records because no data has been entered for the future, but the employees are in the certification path, so they think they should show up, but with no data. Basically they want a list of people in the filtered certification with no data.  Does this make sense?  Would this be something like a left outer join for the relationship? I don't want to tell them this is not possible if there are no records.

1 ACCEPTED SOLUTION
v-binbinyu-msft
Community Support
Community Support

Hi @guyatisk ,

Please try below steps:

1. Create a Future Dates Table: You'll need a table that lists all future dates where tasks are expected to be completed. This can be a simple date table that extends into the future.

 

2. Use DAX to Create a Measure or Calculated Column: You can create a measure or calculated column that checks for the existence of task data for each employee against the future dates. If no data exists, it can return a placeholder value (e.g., "No Data"). This measure can then be used in your reports to display the desired information.

 

3. Visualize in Power BI: Use the above setup to create a report  that filters based on the certification path and shows all employees, highlighting those with "No Data" for future tasks.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-binbinyu-msft
Community Support
Community Support

Hi @guyatisk ,

Please try below steps:

1. Create a Future Dates Table: You'll need a table that lists all future dates where tasks are expected to be completed. This can be a simple date table that extends into the future.

 

2. Use DAX to Create a Measure or Calculated Column: You can create a measure or calculated column that checks for the existence of task data for each employee against the future dates. If no data exists, it can return a placeholder value (e.g., "No Data"). This measure can then be used in your reports to display the desired information.

 

3. Visualize in Power BI: Use the above setup to create a report  that filters based on the certification path and shows all employees, highlighting those with "No Data" for future tasks.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.