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
Hi Guys,
May I ask what is the problem with my dax expression? I want to concatenate "next new line" every after selected values on the parameter.
Here's the expression:
SelectedEmp = IF(
ISFILTERED(TrackingTicket[employee]),
SELECTEDVALUE(TrackingTicket[employee],
CONCATENATEX(VALUES(TrackingTicket[employee]), TrackingTicket[employee], & UNICHAR(10))
), "All Employees"
)
Thank you
Arvin
Solved! Go to Solution.
Hi @Anonymous,
Based on my test, we can update your formula like this:
Measure = IF(ISFILTERED(TrackingTicket[employee]),CONCATENATEX(ALLSELECTED(TrackingTicket[employee]),TrackingTicket[employee]& UNICHAR(10)),"All Employee")
Then we can get the result as below.
For more details, please check the pbix as attached.
https://www.dropbox.com/s/qyl8cx34biv9g00/tes.pbix?dl=0
Regards,
Frank
Hi @Anonymous,
Does that make sense? If so , could you please mark this answer as solution?
Regards,
Frank
Hi @Anonymous,
Based on my test, we can update your formula like this:
Measure = IF(ISFILTERED(TrackingTicket[employee]),CONCATENATEX(ALLSELECTED(TrackingTicket[employee]),TrackingTicket[employee]& UNICHAR(10)),"All Employee")
Then we can get the result as below.
For more details, please check the pbix as attached.
https://www.dropbox.com/s/qyl8cx34biv9g00/tes.pbix?dl=0
Regards,
Frank
Hi @Anonymous what's the desired output look like in a a visual, table, ect?
Hi @dtartaglia thank you for taking time responding on my inquiry. The desired output look like is this:
When nothing is selected on the Parameter/Filter, it will shows on the CARD, "All Employees".
When one is selected, it will shows, "Employee 1".
When multiple are selected, it will shows,
Employee 1,
Employee 2,
Employee 3
something like this.
Is this possible?
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 |
|---|---|
| 52 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 70 | |
| 39 | |
| 34 | |
| 23 |