Power BI tooltips filter - powerbi

I have created a stacked column chart of total income per month for 2022.
In addition, I have created a line diagram that shows the income accumulated for each month in 2022. This is available as tooltips and I want that page to come up when I hold over my stacked column chart.
The problem is that power BI filters on month in the line chart. I want it to not filter it - and show the whole line chart as tooltips.
Anyone have any tips here?
Lock different filters

Related

Not able to see value option in Power BI

I am trying to create a stacked column chart in Power BI desktop. Once I drag the stacked column chart from the visualization, it only shows options for X-Axis, Y-Axis, Legend, Small multiples, Tooltips.
But the values seems to be missing from the above list.
Any pointers will help.
Thanks
Y-Axis is the new Value field.

Power BI - stacked column chart / visualizing counts per month

I'm a newbie in Power BI and I'm now stuck with a visualization problem. I have an Excel table with columns about (1) the title of a news article and (2) the date when it was published. As seen on the screenshot from Excel, there are months on which nothing was published.
I need to make a stacked column chart in Power BI from it. First, the one I made shows only years, while I want to see months. Second, I'd like to see each month, including those that have the value of 0 (i.e. nothing was published on this month). Thus my aim is to have 48 month columns instead of my 4 columns for years. Thanks a lot in advance!
Initial data, Excel
The Power BI stacked column chart that I want to tweak
I assume you are using auto date/time in Power BI Desktop, for simplicity:
Create a new bar chart visualisation
Drag the Date column into the Axis field
The Date column should transform into a hierarchy - remove Quarter from this hierarchy
If the Date column does not show up as a hierarchy, right click Date in the Axis field and select Date Hierarchy
Drag the Title column into the Values field
Right click Date in the Axis field and tick Show Items With No Data
Click the visualisation in the canvas and press the button that looks like one arrow that splits into two arrows, to expand all down one level in the hierarchy
This should get you what you are after:
You can deselect Concatenate Labels for your X-axis to get this result.

Power BI - How to add percentages to stacked column chart based on column total

My data structure
I am trying to create a stacked column chart with percentages, but there is only option for percentage as grand total
I am looking for something like this, I dont want a 100% stacked chart

Is it possible to add editable/movable horizontal line on Clustered Column Chart Power BI?

Want to add a horizontal line on the chart that can be editable/movable by the user.
See the orange line in below chart sample. Is it possible in Power BI? How can I achieve this?
For the standard set of visuals you can use a 'What if' measure and slicer combination to allow the user to set a line value.
You'll need to use the visual line and cluster column (or stacked column). Drag the items in as normal for the axis and columns, then select under the modelling tab 'New Parameter What if'
Set your Min/Max values
This will create a new Parameter table' with the following in it (You can rename all the objects:
This will add a slicer to the page, the values will be passed to a measure that can now be plotted on the visual. Drag the 'Parameter Value' measure to the Line Values axis. For example slicer set at '600'
Move the slicer and it will update the line, for example slicer set at '1000'

pie chart filter in power bi

I have a problem in power bi. suppose I wanna have the pie chart of items thrn I wanna apply the filter based on branches. when choosing a branch, the pie chart shows the items related to that branch. but now it shows the pie chart of the all branches and highlights the related part of the filtered branch.
You are probably using Visuals value to filter Pie Chart data and this is expected. For example you have 10 rows in a table visual and you have a Pie Chart for that 10 same values. Now, you are selecting 1 row in the table visual and what happened in the table visual? 1 selected row is highlighted and other 9 rows become faded, right? The Pie chart also showing the same way and this is correct.
But, if you wants to filter out everything in the Pie chart based on your selection, you need to use Slicer. Just generate your slicer with the column you wants to filter data. Now select value in slicer and the Pie chart will also response accordingly.
Step-1: Create the Slicer with column "Branch"
Step-2: Create the Pie chart with Legend = "Item" and Value = "your_value_column"
When nothing is selected in the slicer, you will get results for all your items for all branches. But, when you select 1 or multiple values from the slicer, Item will be only belongs to those selected Branches.