Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi There,
I have a small table:
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlTSUUoE4mQgTlWK1YlWMoKKpABxGljEGMhKgqqBiJhARVLgukxR1cQCAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [id = _t, type1 = _t, type2 = _t, type3 = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"id", Int64.Type}, {"type1", type text}, {"type2", type text}, {"type3", type text}})
in
#"Changed Type"
I created three slicers on the page
It looks good.
Now I want to do is to reverse select the slicer 1 (type1), and keep other slicers working as above. How can I write the dax?
Solved! Go to Solution.
@kongyuancn Like this? Inverse Selector - Microsoft Power BI Community
@kongyuancn Like this? Inverse Selector - Microsoft Power BI Community
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |