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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors