axis
6 TopicsStop Line on graph from being continuous
I have a table where the costs go up to march and i want to put it on another graph that has a table that goes on until december. When i put it on the y axis, the line goes all the way through to decmeber, how can i get it to stop at march (the green and orange lines)?1KViews0likes1CommentAxis is dynamic - results in a column chart
Hi everyone, I am monitoring the adoption level of an application. Overall, I have a table that captures the user name and dates when they connect to the app so I can calculate how often they use it and classify them dynamically by frequency type like "high", "medium","low" depending on the period that is selected (example: users can be classified as "High" if they used the app very frequently between date A to B but the same users could be classified as "Low" if they did not use the app much between date B to C) However, the measure I created to dynamically classify the users to finally report the number of unique users with "high", "medium", and "low" use level is useless as PowerBI does not allow to display measures as X-axis so I try to find a workaround - but still have not found it... Any suggestions? I attached an excel that illustres what I try to do as well as my PowerBI draft then. Thanks a lot! Excel illustration: https://easyupload.io/82x39b PowerBI draft: https://easyupload.io/monkm2511Views0likes1CommentAxis value missing when report is saved to report server
Hi all. I have created a report in Desktop RS and all grouped values are displayed in axis (Stacked column chart): When I save this report in RS, the "2-3 AM" value is missing from axis and order is: 12-1 AM, 4-5 AM: What's wrong with this report? I have tried replacing this visual with other visuals having the same functionality, no luck.Solved847Views0likes1CommentVAR to pick up the AXIS to add in another Calculation
Hello guys, I'm new in the community, sorry if I make any mistake, today I need help but hopefuly I'll be able to help others soon. Basically I build a Measure to built my % of Grand Total but I have 15 different Visuals, all use same Value (My Measure) but the Axis are different. If I apply my formula: DIVIDE ( COUNT (Table[A]), CALCULATE( COUNT( Table[A], ALLSELECTED( Table[A] ) ) ), I wanted to be able to say something like Var Axis Name = Measure to Capture Axis DIVIDE ( COUNT (Table[ Axis Name ]), CALCULATE( COUNT( Table[ Axis Name ], ALLSELECTED( Table[ Axis Name ] ) ) ), If it's possible, would save me a big mess with measures and also learn more about DAX. Otherwise I'll need to change the Table[A] to Table[B] then Table[C] ...D...G...Z.. Thank you!623Views0likes2CommentsReport Visual on Web Differs from Report Visual in Power BI Desktop - Secondary Axis
Hi all, I just found a new issue which did not occur before. So, I have built several visual reports in my Power BI Desktop, and have published them to the BI web without any issue. Today, I found that all reports' (Old Publication and New Publication) visuals in the website, changed abnormally (without I did any change to my PBIX file and without having it re-published). Such as, a chart in my report does not use double axis (secondary axis), but the outcome in the web, showed as if the line-chart is standing on secondary axis, without displaying the secondary axis itself. Those issues just arose today, and only to the web visual. The visual in PB desktop has no issue at all. Anyone face the same issue? Thank you.1.4KViews0likes5CommentsChange axis labels in visualization Detect Outliers
Hi, I create scatter plot which detect outliers (with custom visualization Detect Outliers). I need to make time series, where on x axis is months and on y axis are costs in these months. But when I use this visualization, then I have on x axis only numbers of observations and label "order" and not "month" as I wished. Can anyone helps me please?