March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I have the following tables:
data table:
ID | C1 | C2 | C3 | D1 | D2 | NAT |
1 | A | B | ||||
2 | B | C | D | |||
3 | A | |||||
4 | B | |||||
5 | Z | |||||
6 | X | |||||
7 | 1 | |||||
8 | 1 |
geo table:
LocationCode | Location | SubLocation |
1 | A | |
2 | B | |
3 | Z | C |
4 | D | |
5 | E | |
6 | X | G |
7 | NAT |
I have a slicer that lists the location and when i choose a location, i want to filter my main table through the columns of C1 to C3 and NAT. I've tried unpivoting the C1 C2 and C3 columns and using that as an intermediate table to connect all of the tables, but i'm not sure how i can do the same with the NAT and D1,D2 columns.
Thank you.
I've tried unpivoting the C1 C2 and C3 columns and using that as an intermediate table to connect all of the tables, but i'm not sure how i can do the same with the NAT and D1,D2 columns.
Do the same - unpivot everything except the ID column. Then in DAX you can implement the logic that checks for either location or sublocation matches.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |