column chart
7 TopicsSorting columns from last year/last month on the left to this year/last month on the right
I have a column chart where it shows the month closed for the past 12 months. It is now the beginning of April 2024, so I want it to go, from the left hand side, April 2023 to March 2024. Instead PowerBI will show it from January to December where January is in 2024 on the left and December 2023 is on the far right. This is confusing for users. (I think that will make sense when you look at the image of how it is displayed today.Solved680Views0likes1CommentTable Visualization by Customer breakdown by Type and Month
Hello Power BI Community Can anyone please advise me on how to resolve this. My use-case is that we have monthly finance transactional data for each month from Jan to May (e.g. Data source is SQL), bringing in the latest data every month. My Datasets each row consists of Month, Customer, Brand, Sales Price, and Volume and Data model consist of DateTable, where the month has one to many relationships with Customer Table. I manage to create DAX showing MTD & YTD calculation for [Volume], [GM], [ARP £/MT]. Please note [Volume], [GM], [ARP £/MT] these are measures created from monthly finance transactional data. I tried Summarise and Add column DAX nothing seems to be working out, may be i'm made some error. DAX Measures for Volume = Sum('Gross Margin'[Volume]) DAX Measure for ARP£/MT = (DIVIDE([Sale Price],[Volume])) My final output would like to plot the data on a column chart by Type (Volume], ARP £/MT], [GM £/T] the columns would be stacked in each month to give the break-down by the customer by Brand. I want to create two table visualization one by MTD and another Cumulative total, without giving the grand total for ARP £/MT (Average Retail Price) & GM £/ MT, something like this (above mentioned format). Appreciate your help in advance.😊Solved696Views0likes1CommentColumn Bar chart filtered by Top N Values in Power BI Paginated Report.
Let's supposed I have this dataset: If I order it by Value (Z->A), I get this: If I create a column chart based on the Top 6 Values, I'm getting the right result: But if I try to do the same with the Area, I'm getting all the Values in the chart: This is the configuration for the category group: What do I need to change in order to reach the expected result, just the 6 first values represented in the column chart by area. This would be result that we need: The top 6 values (aggregared) represented in their respective areas, without modifying the original dataset, only throught the configuration of the visualization :1KViews0likes3CommentsHow to replace the value of x-axis based on another column
Given the data below: Column1 Column2 Value A_001 Alex 50 A_002 Alex 80 A_003 Betty 70 I am creating a column chart based on the data above. I put Column1 as my X-axis and Value as my Y-axis. However, I do not want the X-axis value to show as A_001/A_002. I would like it to show the name such as Alex in Column2. I cannot put Column2 as my X-axis because there are chances of identical values as shown in the table, which will merge and stack up the value by Power Bi. Can anyone advise?How to Show Previous Years' Annual Total and Current Year Year to Date Total in One Column Chart
I am trying to create a column chart that can show all preious years' annual total gross profits and current year year to date total gross profit, when a year and/or a month end date is selected from the filter panel. Is it possible? If not, 2 separate column charts work as well. Please visit the link to download the file. Thank you very much! https://www.dropbox.com/t/GXPnp2SXwDa22DHMSolved951Views0likes3CommentsCompare differrent time periods in same Chart by weeks
Hi Guys, Struggle a bit with this, Read various posts but none that handle the exact issue: I need in a clustered column chart to show sales per week (x-axis) One measure that shows Actuals One Measure that shows compare period Two slicers being able to set date filters on both actual period and compare period Should be able to show both values if the time period selected in both slicers is within the same time period or completly different. Example: Slicer Actual date: 1-1-2020 to 1-2-2020 Slicer Compare date: 1-1-2020 to 15-1-2020 Or: Slicer Actual date: 1-1-2020 to 1-2-2020 Slicer Compare date: 2-2-2020 to 28-2-2020 I have offcause a date table but as well tried with a Compare date table and UseRelationship function. Any suggestions? Data example Sales Date Sales 1-1-2020 300 20-1-2020 700 5-2-2020 500 27-2-2020 900 25-2-2020 300 10-1-2020 400 8-1-2020 200Solved1.3KViews0likes2CommentsColumn chart with total like a container chart
Hi, I want to create a chart like shown below. It has individual column chart and also total chart with dotted line inside which individual column chart is displayed. How can we create this visual in Power BI? Link to YouTube video for creating this using Excel - https://www.youtube.com/watch?v=Gcn0FW9nZMA734Views0likes0Comments