User Profile
chitti5
Helper I
Joined 2 years ago
User Widgets
Contributions
Not able to change Many to Many relation to One to Many relation
Hi All, I have two tables, each with over 40 columns. I want to connect them using a unique value which is alphanumeric that contains numbers,alphabets and special characters. However, when I tried, I ended up with a many-to-many relationship due to duplicate values in the columns. I can't append the tables because of their size. I attempted to add a bridge Dim table (deleted all duplicate values from the Dim Table column) to create a one-to-many relationship with each table, but I'm still unable to achieve the desired relationships. Could the issue be that the unique value column contains commas and slashes? I tried removing commas and slashes from the unique value column and even separated the columns containing these characters, but it didn’t solve the problem. The data types of both columns from both tables are also same i.e. "text". I’m still unable to establish the desired relationships between the tables. Can you help me figure out what’s going wrong? Screenshots below:362Views0likes2CommentsNeed help with count of projects per month
Hi, I need help visualizing project progress over time in Power BI. I have a table that includes 18 projects, each with Project Created dates and Project Completed dates. (For example, one project started in September 2024 and was completed on February 1, 2025. This project should be shown as "in process" for the months of September, October, November, December 2024, and January 2025, but it should not be counted as in process for February 2025 as it got completed. I want to create a measure or calculated column that shows the total count of "in process" projects for each month between created date and completed date by adding newly created projects and subtracting the completed projects to the existing count per month . This will be displayed in a line chart, with calendar months on the X-axis and the count of "in process" projects on the Y-axis. Yesterday, a community helper tried to assist me, but their approach didn't work out. I need to present this data to my client today, and I urgently need your assistance to find the right solution. Project Name Project Created date Project Completed date 1 Monday, September 16, 2024 Saturday, February 1, 2025 2 Sunday, December 1, 2024 4 Wednesday, November 20, 2024 5 Saturday, October 12, 2024 Friday, January 31, 2025 6 Tuesday, October 15, 2024 Monday, February 3, 2025 7 Friday, December 20, 2024 8 Friday, December 20, 2024 9 Friday, December 20, 2024 Wednesday, January 15, 2025 10 Friday, December 20, 2024 11 Monday, January 15, 2025 12 Friday, November 15, 2024 13 Friday, November 15, 2024 14 Tuesday, October 15, 2024 Sunday, December 15, 2024 15 Tuesday, October 15, 2024 Friday, January 31, 2025 16 Tuesday, October 15, 2024 17 Tuesday, October 1, 2024 Tuesday, December 17, 2024 18 Saturday, November 2, 2024 The possible count of in process projects on the line chart per month according to the above data should be Sep - 1 Oct - 7 Nov - 11 Dec - (11 from nov, +5 newly created Dec, - 2 projects completed in dec) = 14 Jan'25 - (14 from dec, +1 newly created in Jan, -3 projects completed in Jan) = 12 Feb'25 - (12 from Jan, -2 from Feb) = 10 Please help!372Views0likes1CommentRe: Line graph to show count of projects
parry2k Apologies for the confusion, This is totally my mistake. That is January 2025 for Row 11. Also, I mentioned the count of completed projects should be subtracted from that month ( For example, one project started in September 2024 and was completed on February 1, 2025. This project should be shown as "in process" for the months of September, October, November, December 2024, and January 2025, but it should not be counted as in process for February 2025 as it got completed. - This is what I mentioned) Sorry for the confusion and thank you so much for trying to help me out. Can you please share the correct measure by the above statement and below mentioned possible answers. The ideal result should be: Sep - 1 Oct - 7 Nov - 11 Dec - (11 from nov, +5 newly created Dec, - 2 projects completed in dec) = 14 Jan'25 - (14 from dec, +1 newly created in Jan, -3 projects completed in Jan) = 121.5KViews0likes1CommentRe: Line graph to show count of projects
Hi parry2k Based on the report you provided, it appears that there is one project counted for each month from January 2024 to August 2024, even though my data starts from September 2024. Ideally, there should be only one project listed for September 2024, but I see two projects instead. The ideal result should be: Sep - 1 Oct - 7 Nov - 11 Dec - (11 from nov, +5 newly created Dec, - 2 projects completed in dec) = 14 Jan'25 - (14 from dec, +1 newly created in Jan, -3 projects completed in Jan) = 12 Please verify the data and suggest me the correct measure to apply for my data as I have more than 250 projects in my company.1.5KViews0likes0CommentsRe: Line graph to show count of projects
Hi parry2k Thank you for responding. Here is the raw data you've asked for. Please share the solution. I need help visualizing project progress over time in Power BI. I have a table that includes 18 projects, each with Project Created dates and Project Completed dates. For example, one project started in September 2024 and was completed on February 1, 2025. This project should be shown as "in process" for the months of September, October, November, December 2024, and January 2025, but it should not be counted as in process for February 2025 as it got completed. I want to create a measure or calculated column that shows the total count of "in process" projects for each month . This will be displayed in a line chart, with calendar months on the X-axis and the count of "in process" projects on the Y-axis. Could you please provide a reference Power BI file that demonstrates how to achieve this using my data? Thank you! Project Name Project Created date Project Completed date 1 Monday, September 16, 2024 Saturday, February 1, 2025 2 Sunday, December 1, 2024 4 Wednesday, November 20, 2024 5 Saturday, October 12, 2024 Friday, January 31, 2025 6 Tuesday, October 15, 2024 Monday, February 3, 2025 7 Friday, December 20, 2024 8 Friday, December 20, 2024 9 Friday, December 20, 2024 Wednesday, January 15, 2025 10 Friday, December 20, 2024 11 Monday, January 15, 2024 12 Friday, November 15, 2024 13 Friday, November 15, 2024 14 Tuesday, October 15, 2024 Sunday, December 15, 2024 15 Tuesday, October 15, 2024 Friday, January 31, 2025 16 Tuesday, October 15, 2024 17 Tuesday, October 1, 2024 Tuesday, December 17, 2024 18 Saturday, November 2, 20241.5KViews0likes0CommentsRe: Line graph to show count of projects
Hi rohit1991 . Thank you for responding. I tried those steps. But it didn't work out. I need help visualizing project progress over time in Power BI. I have a table that includes 18 projects, each with Project Created dates and Project Completed dates. For example, one project started in September 2024 and was completed on February 1, 2025. This project should be shown as "in process" for the months of September, October, November, December 2024, and January 2025, but it should not be counted as in process for February 2025 as it got completed. I want to create a measure or calculated column that shows the total count of "in process" projects for each month . This will be displayed in a line chart, with calendar months on the X-axis and the count of "in process" projects on the Y-axis. Could you please provide a reference Power BI file that demonstrates how to achieve this using my data? Thank you! Project Name Project Created date Project Completed date 1 Monday, September 16, 2024 Saturday, February 1, 2025 2 Sunday, December 1, 2024 4 Wednesday, November 20, 2024 5 Saturday, October 12, 2024 Friday, January 31, 2025 6 Tuesday, October 15, 2024 Monday, February 3, 2025 7 Friday, December 20, 2024 8 Friday, December 20, 2024 9 Friday, December 20, 2024 Wednesday, January 15, 2025 10 Friday, December 20, 2024 11 Monday, January 15, 2024 12 Friday, November 15, 2024 13 Friday, November 15, 2024 14 Tuesday, October 15, 2024 Sunday, December 15, 2024 15 Tuesday, October 15, 2024 Friday, January 31, 2025 16 Tuesday, October 15, 2024 17 Tuesday, October 1, 2024 Tuesday, December 17, 2024 18 Saturday, November 2, 20241.5KViews0likes0CommentsLine graph to show count of projects
Hi, I need assistance in displaying the number of in-process projects per month. Currently, I have 330 projects in process as of February 2025. I want to create a line chart that shows the number of in-process projects I had each month. For example, I had 356 projects as of November 2024 from the time the projects were created, 350 projects as of December 2024 where I had 10 projects completed and 4 projects newly created i.e. 356-10+4 = 350, and 338 projects as of January 2025. Please suggest a measure to share the line graph as I want to show the number of projects that were "in process" each month. Thanks in advance.Solved1.6KViews0likes11CommentsRe: Need an Idea to update meeting notes
Hi Anonymous Thank you so much for sharing this idea. I tried this and was successful in creating a report web in sharepoint. But, the major reason for asking a new approach is to show the audience while updating notes and make live changes to the below screenshoted list I'll be presenting during the meeting. I'm not sure how to do that. I feel the idea you shared will embed the power bi into sharepoint list but I think from your idea I still need to go back to sharepoint list to update the notes and then refresh power bi to show the updated notes. This is my meeting notes layout after I embedded into Sharepoint list. Please let me know if there is any way to update the notes in this "meeting notes" card instead of going back to the list to update it. Thanks a lot in advance!!531Views0likes0CommentsRe: Project Cancelled date Measure
Hi, DataNinja777 - Please find the sample data with correct date format. Please suggest a measure to find out the correct solution. Project ID Project Cancelled date Client Country Client State Status 1 2/23/2024 India Hyderabad Cancelled 2 2/23/2024 India Bengaluru Cancelled 3 4/5/2023 India Hyderabad Cancelled 4 4/14/2024 India Hyderabad Cancelled 5 3/22/2024 India Hyderabad Cancelled 6 4/1/2022 India Bengaluru Cancelled 7 8/25/2022 India Bengaluru Cancelled 8 8/25/2023 India Hyderabad Cancelled 9 12/15/2023 USA Atlanta Cancelled 10 4/8/2024 USA Virginia Active 11 4/1/2024 USA Virginia Cancelled 12 12/15/2023 USA Atlanta Cancelled 13 4/15/2024 India Hyderabad Cancelled 14 8/1/2022 India Hyderabad Cancelled 15 12/1/2022 India Hyderabad Cancelled 16 4/1/2022 India Bengaluru Cancelled 17 4/14/2023 India Bengaluru Cancelled 18 12/25/2023 India Hyderabad Cancelled Thank you.777Views0likes0Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.