Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-600 Topic 3 Question 15 Discussion

Actual exam question for Microsoft's DP-600 exam
Question #: 15
Topic #: 3
[All DP-600 Questions]

You have a Fabric tenant that contains a semantic model. The model contains 15 tables.

You need to programmatically change each column that ends in the word Key to meet the following requirements:

* Hide the column.

* Set Nullable to False.

* Set Summarize By to None

* Set Available in MDX to False.

* Mark the column as a key column.

What should you use?

Show Suggested Answer Hide Answer
Suggested Answer: B

Tabular Editor is an advanced tool for editing Tabular models outside of Power BI Desktop that allows you to script out changes and apply them across multiple columns or tables. To accomplish the task programmatically, you would:

Open the model in Tabular Editor.

Create an Advanced Script using C# to iterate over all tables and their respective columns.

Within the script, check if the column name ends with 'Key'.

For columns that meet the condition, set the properties accordingly: IsHidden = true, IsNullable = false, SummarizeBy = None, IsAvailableInMDX = false.

Additionally, mark the column as a key column.

Save the changes and deploy them back to the Fabric tenant.


Contribute your Thoughts:

Dominque
1 months ago
If you're using Tabular Editor, make sure you have the latest version. They've been adding a ton of cool new features recently.
upvoted 0 times
Rosamond
2 days ago
I agree, Tabular Editor is a great tool for making those changes.
upvoted 0 times
...
Corinne
17 days ago
B) Tabular Editor
upvoted 0 times
...
Rosio
20 days ago
A) Microsoft Power Bl Desktop
upvoted 0 times
...
Arthur
21 days ago
I agree, Tabular Editor is a great tool for making those changes.
upvoted 0 times
...
Wava
25 days ago
B) Tabular Editor
upvoted 0 times
...
...
Patrick
1 months ago
I believe DAX Studio might work as well, but Tabular Editor seems to be the most popular choice.
upvoted 0 times
...
Ryan
1 months ago
I'm not sure, but I think ALM Toolkit could also be a good option.
upvoted 0 times
...
Herminia
1 months ago
Haha, can you imagine trying to do all that in Power BI Desktop? Talk about a headache. Tabular Editor for the win!
upvoted 0 times
...
Tran
1 months ago
I agree with Dorinda, Tabular Editor is the best choice for this scenario.
upvoted 0 times
...
Valda
1 months ago
ALM Toolkit might work, but it's more focused on deployment and versioning. Tabular Editor is probably the most straightforward option for this task.
upvoted 0 times
Shelia
25 days ago
I agree, Tabular Editor is the best choice for this task.
upvoted 0 times
...
Anabel
1 months ago
B) Tabular Editor
upvoted 0 times
...
...
Dorinda
1 months ago
I think we should use Tabular Editor for this task.
upvoted 0 times
...
Margart
2 months ago
I was thinking DAX Studio too, but I think Tabular Editor is the better fit. It's more geared towards structural changes like this.
upvoted 0 times
Blair
27 days ago
Yeah, I think Tabular Editor would make it easier to make those specific changes to the columns.
upvoted 0 times
...
Ira
1 months ago
I agree, Tabular Editor seems like the right tool for this task.
upvoted 0 times
...
...
Lea
2 months ago
Tabular Editor seems like the obvious choice here. It's specifically designed for manipulating Tabular models, and it should have all the features we need to make those changes.
upvoted 0 times
France
2 months ago
I agree, Tabular Editor is perfect for making those specific changes.
upvoted 0 times
...
Bernardine
2 months ago
Tabular Editor is definitely the way to go for this task.
upvoted 0 times
...
...

Save Cancel