column chart
3 TopicsTable 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.😊Solved699Views0likes1CommentHow 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/GXPnp2SXwDa22DHMSolved958Views0likes3CommentsCompare 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.3KViews0likes2Comments