How to develop a reverse slicer in PowerBI? - powerbi

Please I need your help.
I am doing a report in PowerBi in live connection.
The model is in an azure analysis service and I am devolopping report with PowerBi.
I need to prevent the user from selecting the same value in both slicers
In my report I have 2 slicers that are duplicated ( I am using them like a role playing dimension)
I want that when I Select "A" in the 1rst slicer I will have in the 2nd slicer the values except "A".
The goal is to prevent the user from selecting the same value in both slicers
What I want is like a reverse slicer.
Do you know how I could do it ?
Thanks for your help.

Related

Filter multiple columns using single slicer in power bi

I am new in power bi. I am creating a basic tabular report in power bi. But the catch is I have multiple dates columns in the dataset (For Eg. productvalidfrom,productvalidto,ordervalidfrom,ordervalidto). And I want to filter these columns with a single date selection.
If I select 2021-09-01 then condition for filter will be
2021-09-01>=productvalidfrom and 2021-09-01<productvalidto and 2021-09-01>=ordervalidfrom and 2021-09-01<ordervalidto
and need to all the columns from the dataset. No summarization.
Thanks in advance.
I have been able to implement this before. You will need to add a data table to your data sources. Then you will want to create relationships between the dates in your data and the date table. Only one of them will be active relationships, the rest will be inactive. Then, your slicer will use the date from your newly created date table.
This link should be able to guide you through the build.

How to make slicer affect only one table on the same page in Power BI

When changing the slicer from "All" to a specific selection, it changes both tables that are on the same page. I would like it to only filter through the top Data Description table.
Here are some screenshots to better describe what I'm referring to:
the first picture has the slicer on "All"
When choosing a selection, both tables are being filtered instead of just the top table.
Thanks for your help
You need to configure the interactions of the slicer and the other visuals on the page. To do that, select the slicer, then go to Format > Edit interactions. Now all visuals show with a few icons on the top right corner. Select what interaction you want.
For more detail see https://learn.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions

Power BI - Filtering a Table based on selection in a Bar Graph

I'm pretty new to Power BI.
I have a number of measures I've created in my Power BI app, data related to information requests that come to my team.
I've put these measures into a Bar Chart. I also have a table that lists details about these data requests. I want to be able to select an item in the Bar Graph and have the records in the Table to adjust to just those related to the selection.
I did this once by accident when i was fiddling around, now I can't figure out how i did it.
I also have a date filter set to affect all of my pages.
Any advice would be awesome.
Thanks in advance.
Jason
Try going to Model (highlighted in the screenshot, left side) and then Manage Relationships (highlighted as well). Then click on Autodetect. If Autodetect does not solve your problem, then you will have to create new relationships manually.

Default filter selection issue in power BI service

We have developed power BI report and there are couple of filters has been added, among them two of it having issue which are Year and Month filters, for those filters default values has been assigned as Current FY and Current month, but during first load of report the both filter values indicating as 'All' and once we trigger the drop down action in filter it changes to Current FY.but if we view the report through Power BI Desktop every thing works as expected.
Could someone please provide comment on this issue.

How to achieve Column level Security in Powerbi?

While working on Power BI, I have to show few columns from TABLE visual to specific set of users and hide for others.
So, till now I have created two ROLE in Power BI and added users but unfortunately, I am not able to hide and show TABLE Columns as per ROLE.
At this point - Column Level Security and Hiding Columns is not something one can achieve with Power BI.
Kindly see this Post on Power BI Ideas.