Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin 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.
Hello,
I have the following data sets:
Task Details:
Task Name | Date | System |
task 1 | 1/1/2021 | system 1 |
task 2 | 2/1/2021 | system 2 |
task 3 | 3/1/2021 | system 1 |
System Dates:
System | Description | Date |
System 1 | Test 1 | 1/2/2021 |
System 1 | Test 2 | 1/3/2021 |
System 2 | Test 3 | 2/1/2021 |
I am looking for a way to display the count of tasks from Task Details as lines graphed over time and display the Date from the System Dates as a vertical bar for each occurance. I would like to be able to filter on Task Name and toggle the System Dates on and off.
As you can see there is a many to many relationship between system from Task Details and System Dates.
Any thoughts?
@jschaefer , Create two common tables Date and System, Join them with both tables and used these common tables to analyze data together
For system
A new table, to joined with both table on system
Distinct(union(Distinct(Task[System]),Distinct(System[System])))
Bridge Table: https://www.youtube.com/watch?v=Bkf35Roman8&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=19
For Date
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
We need to prefer start schema in power bi
https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
11 | |
10 | |
9 | |
8 |