Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
10 |