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.
I have an XML field in my table that is something like that:
<texts>
<text lcid="1040">Ciao<text>
<text lcid="2057">Hello<text>
</texts>
I Know the lcid that I want,
How can I keep only a specific text in dax query and not all xml text?
Solved! Go to Solution.
Hi @lfrigione,
The field is already a xml type. Then you can parse that field. Finally, you can extract the values you want. Please refer to the snapshot below.
Best Regards,
Dale
@lfrigione You can transform your value to xml in the power query editor and parse it out.
I can not find how to format the field as xml type
Hi @lfrigione,
The field is already a xml type. Then you can parse that field. Finally, you can extract the values you want. Please refer to the snapshot below.
Best Regards,
Dale
User | Count |
---|---|
73 | |
69 | |
35 | |
27 | |
26 |
User | Count |
---|---|
96 | |
92 | |
54 | |
45 | |
41 |