Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi all!
I am connecting for the first time to a sql server, and I am trying to understand which items are "of interest" to me - i.e. to which ones i should connect.
i was wondering if anybody could explain/share a link about the different icons that show up:
According to the guide, the items are respectively views, tables and functions.
However, if i may have an idea of what a table is, i cannot grasp what the other items (views and functions) are and what's their use.
Can someone point me to the right direction?
Thank you in advance,
Vittorio
Solved! Go to Solution.
Hi ,
A VIEW in SQL Server is like a virtual table that contains data from one or multiple tables. It does not hold any data and does not exist physically in the database. Similar to a SQL table, the view name should be unique in a database. It contains a set of predefined SQL queries to fetch data from the database.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
👍
Proud to be a Super User!
Hi ,
A VIEW in SQL Server is like a virtual table that contains data from one or multiple tables. It does not hold any data and does not exist physically in the database. Similar to a SQL table, the view name should be unique in a database. It contains a set of predefined SQL queries to fetch data from the database.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
👍
Proud to be a Super User!
Hi @Nathaniel_C , thank you for your comprehensive reply!
so from a strategic perspective it might be a good move to check the content of the views, because there might already be an aggregation of tables that I would otherwise be forced to do alone? Given that this source has tenths of items and nobody will explain me their use..??
thanks again,
vittorio
Hi @nightfall ,
Absolutely! I did not realize that nobody was explaining what you are looking at. My condolences, but sometimes that is what we do as data analysts. Also it might be helpful if you have someone who is a knowledgeable DBA to give you a hand as the code used to build the tables and views should be accessible. Be methodical, and write out each thing you learn. My experience is that something like this can be a confusing mess at first, but eventually you can achieve an understanding of the data by familiarity block by block. Keep your goal in mind and clearly defined, because it is easy to be led down a rabbit hole.
Good luck!
Nathaniel
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
31 | |
31 | |
22 | |
16 | |
12 |
User | Count |
---|---|
21 | |
20 | |
16 | |
11 | |
10 |