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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

slicer without merging

Hey guys,

 

first I show the "example" dataset.

 

(1) I have a main table which shows the messages of customers

Franz_DE_0-1629181648869.png

(2) Than I have some tables which do a topic modeling with the messages, each table shows the messages for each topic

Franz_DE_2-1629181738202.png

Franz_DE_4-1629181782381.png

Franz_DE_3-1629181751201.png

 my goal: I want to create a slicer which filter the messages with the topics. I visualise the messages and the user should can see the messages then for each topic in 1 slicer.

Franz_DE_5-1629182086368.png

 

what I've tryed: I allready try to work with relationships - but there I only get 1 topic to filter. I also merge the topics via power query all in the main table so I get one column which shows for each message the topic. But because there are messages which can get more than one topic, the messages starting copy and the file got to big, so I couldnt refresh the data.

 

Can I maybe to a measure or something? The problem is, that its a very big file, IF I try solutions in power query the file get so big, each topic have like 2000-5000 Rows and there are like 10 topics.

 

Thank you.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , My advice would be to combine the last three tables into one and then create only one join,

 

Before you join them add additional column Message Type -  same as table name( custom column - static text)

and use that as slicer

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@Anonymous , My advice would be to combine the last three tables into one and then create only one join,

 

Before you join them add additional column Message Type -  same as table name( custom column - static text)

and use that as slicer

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak 2 questions: How should I combine the last 3 tables into one? I thought I can only join 1 by one, where can I join 3 at once?

and: There is no possible way to work with measures? 

 

Thanks 🙂

@Anonymous , Append in power query. Hope you want to use that.

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

With three different tables, I think it is more of a bookmark case than a measure slicer.

bookmark -https://blog.crossjoin.co.uk/2018/04/20/dynamically-changing-a-chart-axis-in-power-bi-using-bookmarks-and-buttons/

 

If you  can use measure from dimension (means those three tables) you can think of a measure slicer too

https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak 


So I append the three topic tables into one, this worked fine.

 

but the second step I didnt realy get where you wrote "Before you join them add additional column Message Type -  same as table name( custom column - static text)

and use that as slicer"

 

sorry I need to make sure, to do no unnessary step because of the performance ;D

@Anonymous , Oh no need, You already have Topic , which same as table name, I thought there is a little bit of difference, You can use the topic in slicer

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors