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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Ad112
Regular Visitor

Task Report (graph)

*tables structured down

Breaking my brain to create for a user stacked column bar:

every Saturday snapshot of the current situation is saved on Task_Weekly table, so can be multiplied rows with the same task id, with same/different state but with the different current date (7 days jumps).

Example via PowerPoint 

Screenshot 2023-06-12 092044.jpg

 

about the Closed Tasks

  • if task closed last saterday (10.6.23) and today iam on weekly\bi weekly\montly - i want to count this task as closed even 2 weeks ago he was new.
  • if task closed two weeks ago(3.6.23) and this saterday this task still closed and have new row at Task_Weekly table with 10.6.23 current date - so when i look weekly timeframe i dont want to count this task as closed, but if i look bi-weekly i want to count it.

 

Tables Structures:

Fact_Task_Vw:

Task ID (Primary Key)

Assigned To User

Time In State (Days)

Tasks_Weekly: (Task ID + CurrentDate = unique value)

Task ID (Foreign Key referencing Fact_Task_Vw)

Current Date (Snapshot date)

State

CurrDate_Cal_Vw:

Current Date(Referencing Tasks_Weekly)

YearShow

 

if its dax tip and tricks please move my post.

Thank

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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