Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Creating an automatic column

Hello ! 

As part of a professional project, I would need to create an automation for adding a column.
Let me explain.
Currently to create this column that does not exist on our dataset, we click on the new column button and we put a LookupV function with a formula that includes the table or we retrieve the information that will be in this column.
My manager wants me to optimize that, automating and making sure that when we refresh this column it increments.
Ideally it should avoid the manip create a column

1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

Is there someting not working in your column?  That will get updated every time the model is refreshed so new entries will be popuplated.

View solution in original post

7 REPLIES 7
jdbuchanan71
Super User
Super User

Your LOOKUPVALUE column is the calculated column.  Whenever the model is refreshed the calculated columns are re-calculated.

jdbuchanan71
Super User
Super User

Is there someting not working in your column?  That will get updated every time the model is refreshed so new entries will be popuplated.

Anonymous
Not applicable

how ? can you please tell me how you created it ?

jdbuchanan71
Super User
Super User

Please share an example of the two tables.  Paste the text, not a screen shot of the tables.  Show what field you are trying to add from one to another.

Anonymous
Not applicable

this is the loockupV I use : ClientList = LOOKUPVALUE(ClientAll[GTPS_CompileClientsList],ClientAll[BDR ID],V_REPORT_ALL_CRS_INFO[BDR_ETP_ID].

jdbuchanan71
Super User
Super User

It sounds like you use the table in multiple datasets and you have to add this column each time, correct?  You could create the table in a dataflow where you add the column as part of the transformation, then you would get the table from the dataflow for each new dataset and the column would already be there.

https://learn.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-introduction-self-ser...

 

Anonymous
Not applicable

Hello ! 

Thank you so much for your answer, but no, I dont use this table in multiple datasets, I use two tables, and i need to add a column for only one, but nby using informations from anther, i use a LoockupV but i am looking for a better solution, and a solution to visualize it also

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.