DA-100 Review Flashcards
How many rows does R visual support?
150,000
What does PATH function do?
Shows full path of parent and child hierarchy
What does PATHITEM do?
Shows the segment of a path with second parameter as position in segment.
Which data source method needs to be used for Q&A?
Import
Which data source method should be used for DAX calculated table?
Import
Which data source method for Analysis services?
Live connection
By default how many rows does Power Query preview?
1000
Can Power Query preview the full dataset?
Yes
Generally speaking, is it recommended to enable power query background refresh?
No
Is Quick Insights feature available on power bi desktop?
No
Which data source method for Quick Insights?
Import
What is the purpose of the Quick Insights feature?
Detects downward and upward trends in time series data
Which visualization type for scikit learn machine learning visuals?
Python
What is a main purpose of Power Apps?
Take actions within a report
What language does D3 use?
JavaScript
What language does R visuals use?
R language
What visual types interact differently? (Do not carry filter selections over)
Python and R
DAX filter expression for roles TRUE() will result in what?
View all rows. FALSE() = view no rows
How are Custom Visuals added?
Admin adds permitted customs visuals to the Organizational visuals
What level can a workspace owner endorse dataset without admin verification?
Promoted
What does tile flow do?
Tile flow alights to top left corner
Does tile flow affect the mobile view?
No
How to improve mobile performance and feel?
Set slicers to responsive size and rearrange size
How to make calendar with start and end date in DAX?
Calendar(date(start_date),date(end_date))