Forum Discussion

winceeS's avatar
winceeS
Frequent Visitor
4 years ago

Power BI Globals!RenderFormat.Name Equivalent

In Power BI, I want to get the file name on my power bi report and use it on the report itself. Power BI Report Builder or SSRS has Globals!RenderFormat.Name, I wonder if there is something like this that is available in Power Query?

2 Replies

  • v-henryk-mstf's avatar
    v-henryk-mstf
    Icon for Community Support rankCommunity Support

    Hi winceeS ,

     

    According to your description, you can refer to the following solution to implement similar functions in power query.

    Solved: Power Query Getting Header Names and File Names fr... - Microsoft Power BI Community


    If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


    Best Regards,
    Henry


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • winceeS's avatar
    winceeS
    Frequent Visitor

    thanks for the response v-henryk-mstf , it's not quite what I'm looking for.

     

    Globals!RenderFormat.Name is a Built-in field in SSRS/Power BI Report Builder that will allow the developers to use it to display what the .rdl file name is on the report they are creating.

     

    so I'm trying to look for this same field or function in power bi if there is one available.