Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
I need to have a slicer with options : X and Y.
I have a table like this :
Name | Transport | Network |
A | Toto | 1 |
B | Tata | 1 |
C | Toto | 3 |
X : if transport = Toto
Y : if Network = 1
But, if I use IF loop I have this :
Name | Transport | Network | Slicer |
A | Toto | 1 | X,Y |
B | Tata | 1 | Y |
C | Toto | 3 | X |
So, I can't use that in slicer. I would like only two choices and for A crossjoin in order to display A,B or B,C according to my filter.
Do you have any idea to do that ?
Thanks in advance
Solved! Go to Solution.
Hi @PBIMorgan01 ,
Please try the way below.
Firstly unpivot Transport and Network columns in Query Editor.
Then create the calculated column like below.
Column = IF('Table'[Value]="Toto","X",IF('Table'[Value]="1","Y"))
Then you could use column as a slicer.
Best Regards,
Cherry
Hi @PBIMorgan01 ,
Have you solved the problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please feel free to ask.
Best Regards,
Cherry
Hi @PBIMorgan01 ,
Have you solved the problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please feel free to ask.
Best Regards,
Cherry
Hi @PBIMorgan01 ,
Please try the way below.
Firstly unpivot Transport and Network columns in Query Editor.
Then create the calculated column like below.
Column = IF('Table'[Value]="Toto","X",IF('Table'[Value]="1","Y"))
Then you could use column as a slicer.
Best Regards,
Cherry
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 64 | |
| 39 | |
| 33 | |
| 23 |