Hi, I am trying to create excel file from PowerBI fields.
And I am trying to rename the Excel file from one of the BI's fields(Title)
Because the "title" is an array, so from action Compose, I have an expression as "First(body('Select_2'))"
However, it turn out with an file name with "___" as prefix and suffix". May I know how to fix this?
Solved! Go to Solution.
Hi @ngct ,
Please use first(body('Select_2'))?[''] instead of first(body('Select_2')).
Best Regards,
Wearsky
Hi @ngct ,
Please use first(body('Select_2'))?[''] instead of first(body('Select_2')).
Best Regards,
Wearsky
User | Count |
---|---|
27 | |
16 | |
15 | |
10 | |
10 |
User | Count |
---|---|
43 | |
29 | |
28 | |
24 | |
23 |