charts
6 Topicscreate area chart with green and red colors to indicate profit and loss
I have created area chart that that shows profit and loss % over time. I would like to show the loss (negative part) in red color and the profit ( positive part) in geen color. i created 2 measures one for profit % and one for loss % positive p&l = var pl=[p&l %] var result= IF(pl>0 , pl,0) return result negative p&l = var pl=[p&l %] var result= IF(pl<0 , pl,0) return result when i added the measures in the chart it looked like: any idea on how to create the area chart with green/red colors instead of 1 color1.3KViews0likes2CommentsAppropriate Visual for different grades of various teams of a project
Hello Team, A sample data of different projects from projects across different metrics is shown. Now, I would like to highlight 1. Any one parameter(say, reliability) by comparing different projects of team 2. All the parameters of a project in a team I have tried with the charts available in Power BI. However, the information in not conveyed clearly in my point of view. Would I get suggestions on how to efficiently represent the insights based on the above sample data. Team Project Reliablity Security Review Smells Coverage Duplications Code Smells Maintenability A P-1 A A E A 0 4.5 A E A P-2 E A E A 0 8.4 A E A P-3 E A E A 0 20.2 A E A P-4 A A A A 0 0 A A A P-5 A A E A 0 12.3 A D A P-6 A A E A 0 12.4 A E A P-7 A A A A 0 9.9 A A A P-8 A A E A 0 14.2 A E A P-9 A A E A 0 9.4 A E A P-10 A A A A 0 5.1 A A A P-11 A A A A 0 21.7 A A A P-12 C D E A 0 8.1 A E B P-13 A D E A 11.4 16.8 A E B P-14 A D A A 0 0 A C B P-15 A A A A 0 5.7 A A B P-16 A A A A 0 11.9 A ACustom Table Chart idea/Suggestion
Hi. I Have a requirement to show data in a table chart but with some different view(As screenshot) Please find the below screenshot, the custom table chart is possible in Excel but in powerbi, The below chart is not able to acheive 1,2,3,4,5,,,,, is the month numbers, Count of City code is a measure, Sum of Sales is a calculated column Any Suggestions to acheive the same format in PowerBi? Thanks588Views0likes2Commentscustom table chart
I Have a requirement to show data in a table chart but with some different view(As screenshot) Please find the below screenshot, the custom table chart is possible in Excel , The below chart is not able to acheive in Powerbi I have tried using matrix visual but not able to acheive completely. In Single Table chart have display 3 parts(As per Screenshot) 1,2,3,4,5,,,,, is the month numbers, Count of City code is a calcualted measure, Sum of Sales is a calculated column Thanks695Views0likes2CommentsCumulative count with date filters - got stuck and desperate
Hey guys, so, long story short: I need a bar chart that will count the number of projects over time with several conditions. Below are the tables that are needed (for the sake of simplicity let's focus on project name 976): 1) Table 1 We can see the project's name and the date its dashboard was created 2) Table 2 We have a table with the project's name and the date when a part number for this project was added. Now, for the main part: we can see that the dashboard for project 976 was created in August 2022 we can see that parts were added to this project, both before AND in the same month the dashboard was created Goal - to calculate the cumulative number of projects (starting from the earliest date the dashboard was created) from table 1, BUT: There should be AT LEAST ONE part # that was added BEFORE or IN THE SAME MONTH the dashboard for the project was created. - So, the bar chart will count project 976 - because it has both dashboard created in August and at least one part that was added before or in the same month. Now, let's imagine that project 976 had its dashboard created in August 2022, but a part # was firstly added in September 2022: That means that project 976 should not be counted for August 2022, because part # was added in the next month. 976 would be counted on the chart starting September 2022. If a project has no parts added (BLANK), obviously, it should not be counted at all. I would be eternally grateful to the person who will help me with it + a little reward from me, personally.Solved2.6KViews0likes16CommentsNeed to build a line and stacked column chart - struggling with it
Hey there, I want to build a line and stacked column chart, its components will be LINE VALUES: - shows the cumulative number of PN (part numbers) at the end of every month (the table below shows values for August, for example) - Details: When we see one PN number several times in a month (like PN 1282370 in August) - we count it as 1. We count every blank value in the PN column as a separate PN (like, we don't know whether they are the same or not) SHARED AXIS: - Would be just a name of the month COLUMN SERIES: - Values from the "Family" column - Details: There are multiple families Some family values are blank, too COLUMN VALUES: - Count each "Family" type: If we take August values from the table below, the count would be: 2 for family S, 1 for blank. Why? Because we have to keep in mind the "Project Name" column: So, for the month of August, Project "S 3" would have 3 PNs at risk Project "H 6" would have 1 PN at risk Project "300k" would have 3 PNs at risk Total: 7 PNs at risk The count of "Family" at the end of August would be 2: a count of 1 for family type S, and 1 value for the blank value. Table for the chart: help me, guys and gals, I beg you😭 amitchandak389Views0likes1Comment