Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Coming at this from a database design perspective. I am accustomed to having the table as the fundamental record set, and then make a series of queries each with a descriptive name....and they all co-exist.
In Power BI I with a table, Addresses, with 1000+ records and about 6 fields
I made a query to create a StateCount field so now Query 1 there are 50 records with 2 fields, State and StateCount field - so far so good - this is used to create a Map visual of address per state.
Now I want to make another query of the table, Addresses, for Property Type count - same idea - 2 fields, State and PropertyTypeCount. There are 3 property type so assuming all 3 in each state this query is going to have 150 records....
My question is: where is the fundamental Addresses table now? When I look at it all I see is the first query of 2 columns. Does one need to dupe the fundamental table repeatedly to create a starting point for each query? Have relooked thru the guided learning and am not seeing this high level approach discussed so thought I would ask advice.
Possibly I am just not understanding the user interface but if one wants to make say 5 different queries off the same table how does one approach that efficiently?
Solved! Go to Solution.
In this scenario, did you import only one Address table into Power BI desktop, and then do modifications or create calculated table based on that table?
If so, please duplicate existing Address table for each query, then do shape and comine data on duplicated ones. You can just "Copy Table" and paste it in "Enter Data".
Regards,
In this scenario, did you import only one Address table into Power BI desktop, and then do modifications or create calculated table based on that table?
If so, please duplicate existing Address table for each query, then do shape and comine data on duplicated ones. You can just "Copy Table" and paste it in "Enter Data".
Regards,
thank you for the reply. It answers the fundamental question as to the difference between a database design versus Power BI.
As per my first post in a database 1 table exists forever and you make as many queries as you wish. With Power BI the query redefines the starting table permanently and so one must duplicate the table for each query.
I discovered that one can also duplicate the query itself - then undo some of the steps - and create new steps as a way to make a similar query fairly easily.
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
48 | |
47 |