Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
lcasey
Post Prodigy
Post Prodigy

Filter based on Slicer selection

Hello,

 

I am working on a financial report that must remove intercopmpany transactions. 

 

Intercomapny transactions are Identified as: Intercompany = IF('00-COA'[ACTNUMBR_5] = "9999" , "Yes","No")

 

Here is the logic:

 

1. IF there are no filters applied at all then remove all Intercompany transactions

2. IF "The Association" is selected in the ORG filter then show the transactions

 

I am strugling on how I can create a formula that filters out these transactiosn when nothing is selected and show these transactions when only the association is selected.

 

 

I have played with :  

Intercompany Filtered =
IF (
    HASONEVALUE ( '00-COASlicer'[Org2] ),
    VALUES ( '00-COASlicer'[Org2] ),
    "ALL"
)

 

 

Is there a way to select a slicer , then have the report automatically filter based on the selection?

I can Put a page level filter that would have a selection already made and as the slicer is used the page level filter should update.

 

 

 

01.jpg02.jpg

1 REPLY 1
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @lcasey,

Slicer is used to filter responding rows. If you relate it to a report, the report will change according to the selected value in slicer. If there is no choice in slicer, it will display all values.

>>1. IF there are no filters applied at all then remove all Intercompany transactions

Intercompany transactions are stored in table as rows level? It it is, we are unable to remove all Intercompany transactions when there are no filters applied using sclicer.

2. IF "The Association" is selected in the ORG filter then show the transactions.

You can crate a slicer including all ORG values.

If this is not what you want, could you please share your .pbix file for further analysis?

Best Regards,
Angelia

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.