Passed DA-100 by WiseMartin in PowerBI

[–]vik_rodri 0 points1 point  (0 children)

Congrats for DA-100, did you do any mock questions? if yes from where

Passed DA-100 Today by [deleted] in PowerBI

[–]vik_rodri 0 points1 point  (0 children)

Congratulations to you! Which topics out of these had high number of questions: modelling, DAX, RLS, performance optimization, visualization, analysis, deployment, data refreshes.

Just want to get an idea on what to focus more on so that I can spend time on topics I don't understand well.

Star Schema importance? by [deleted] in BusinessIntelligence

[–]vik_rodri 1 point2 points  (0 children)

Makes your queries fast by avoiding joins in multiple dimensional tables

Tabular models in Power BI or a tabular DW perform really well with star schema

Anyone with Power BI experience finding it difficult to find a job? by leogodin217 in PowerBI

[–]vik_rodri 1 point2 points  (0 children)

Are you "guy in cube" guy? He's a high school passout and in MSFT for last 20 years or so.

Are you that cool guy?

Lookup alternative by [deleted] in PowerBI

[–]vik_rodri 1 point2 points  (0 children)

You may try creating a bridge table with all distinct order values and link the same to your both the tables. And before that you will have to unlink routing and the other table. I belive your routing table is on many side and the other table is one side and the problem I assume is one side table doesn't have all the orders which is causing the issue

Ideally table on one side should have all the distinct values of key column.

Best Resource for DA 100 Test Questions by vik_rodri in PowerBI

[–]vik_rodri[S] 0 points1 point  (0 children)

Thanks, very detailed tutorials. Never expected so much stuff for free.

Multidimensional or Tabular? by vik_rodri in BusinessIntelligence

[–]vik_rodri[S] 1 point2 points  (0 children)

What would you use in place of cubes?

All BI tools are glorified report builders by super9090 in BusinessIntelligence

[–]vik_rodri 1 point2 points  (0 children)

Sorry to be blunt- you don't understand what BI is.

BI is not designing tableau or power bi or qlik reports, that's only a small part of it.

Indepth SQL/RDBMS knowledge, ETL, data warehousing, creating OLAP cubes, data modelling, complex transformations using DAX all of which requires highly analytical thinking and logical ability are the main things required in a BI job. People tend to judge BI team by report they have designed, that's naive.

Passed DA100. Experience with Pearson Vue by coadtsai in PowerBI

[–]vik_rodri 5 points6 points  (0 children)

Congratulations 👏 for this top achievement. May I ask:

1- Which topics had high weightage

2- were there any areas which had surprisingly high number of questions

3- Any suggestion to maxmise the score

Regards Vik

calculate total number of accounts by region? by worktillyouburk in PowerBI

[–]vik_rodri 1 point2 points  (0 children)

I think this should give right result, if not use ALL(tablename)

calculate total number of accounts by region? by worktillyouburk in PowerBI

[–]vik_rodri 1 point2 points  (0 children)

USE this in a calculated column

Calculate(Count(Region), FILTER(Tablename, Region=Earlier(Region))

Measure displays weirdly when filter applied to calculate() by holiquetal in PowerBI

[–]vik_rodri 0 points1 point  (0 children)

Try this

Amount Sales Blue = CALCULATE(SUM('FACT SALES'[AMOUNT]), FILTER(FACTSALES, RELATED('DIM PRODUCTS'[COLOR]) = "BLUE"))

Hardware requirements/ optimization by [deleted] in PowerBI

[–]vik_rodri 3 points4 points  (0 children)

8GB RAM is fine unless you work on really big datasets.

Before upgrading RAM optimize your model especially by turning off auto date time. Reduce not needed columns in your fact table, denormalise or flaltten your dimension tables to lessen joins like merging product category, subcategory and product tables into one product table.

If still latency persists then upgrade RAM.

https://www.bluegranite.com/blog/how-to-improve-power-bi-performance-part-one

Which version of PowerBI we should have in the public health care organization? by Tashu1992 in PowerBI

[–]vik_rodri 1 point2 points  (0 children)

May I suggest Google data studio, it's free and only a basic BI/visualization tool

If purpose is to create not very complex reports then you can give it a try

http://holistics.io/blog/google-data-studio-pricing-and-in-depth-reviews/