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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Robert_G
Frequent Visitor

Tabular Editor 2 - Update field parameter

Hi,

I'm trying to update an existing Field Parameter with Tab Editor 2

TableName = "TOP-Kategorie"

var targetTable = Model.Tables["TOP-Kategorie"];

var MyNewExpression = ReadFile(@"U:...\TabularMeasures\TOP-Kategorie.csv"); // Loading new expression from file - this works

targetTable.Expression = MyNewExpression ; //not working
targetTable.Source = MyNewExpression ; //not working

 

How to update an existing Parameterfield expression?

parameterfield.png

1 REPLY 1
Anonymous
Not applicable

Hi, @Robert_G 

Thanks for your detailed explanation, I am more than willing to help you out.

 

However, the problem you meet is unrelated to the product we are responsible for. Our team is mainly in charge of Power BI.

 

For the issue you mentioned, it would be more advisable to post your question in Tabular Editor community to get professional support in time.

 

If you need any help from my side, I will do my best to support you.

 
Here is the link to the forum you need:

GitHub - TabularEditor/TabularEditor3: Bug reports, feature requests, discussion and documentation f...

Tabular Editor 3


The alternative I'm more familiar with at the moment is to modify it directly in Desktop:

vlinyulumsft_0-1732689021146.png

Please refer to the details for details:
Use parameters to visualize variables - Power BI | Microsoft Learn
Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn
 

Best Regards,

Leroy Lu

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors