This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi Folks!!
I have a excel source file with three columns as shown.
| ColA | Name | Address |
Col A name will change every day, say JAN, FEB etc, there is no exact fixed pattern of change in column name, it can be any Month name any time.
I want to capture this name of column in any variable say varA.
I have tried to use Parameter but parameter value is not chaning by its own even source got refreshed, i can understand, in Parameter we need to change value manually.
Is there any way out to capture the value of column in varA and that variable can be utilised further.
Thanks
Amit Srivastava
Solved! Go to Solution.
You can use Table.ColumnNames(#"Previous Step"){0} to get the name of the first column dynamically and use that wherever you would have used the text name of the column. Replace #"Previous Step" with the appropriate step name.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You can use Table.ColumnNames(#"Previous Step"){0} to get the name of the first column dynamically and use that wherever you would have used the text name of the column. Replace #"Previous Step" with the appropriate step name.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.