Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Guys,
I am starting to learn Tabular Editor for power bi desktop changes and what i want is to just use C# script in order to outout "Hello World" in a console.
I tried with: Console.WriteLine("Hello, World!");
It showed that query was sucessfully run but there is nowhere output...
How to see it in tabuler editor 2.0 ?
Best.
Jacek
Solved! Go to Solution.
https://docs.tabulareditor.com/te3/features/csharp-scripts.html#helper-methods
Try
Info("Hello, World!");
or
https://docs.tabulareditor.com/te3/features/csharp-scripts.html#debugging-scripts
"Hello, World!".Output();
https://docs.tabulareditor.com/te3/features/csharp-scripts.html#helper-methods
Try
Info("Hello, World!");
or
https://docs.tabulareditor.com/te3/features/csharp-scripts.html#debugging-scripts
"Hello, World!".Output();
thank you!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |