Forum Discussion
ALeef
Resolver II
10 years agoPossible Tip/Trick: Dynamic Date Dimension Table
I'm going to share the dynamic date dimension table I built, hopefully it is useful to someone! I named it DateTable for this tutorial, and my fact table FactTable. The table is built using the ...
bernitorres
10 years agoRegular Visitor
I am new to PowerBI and I don't understand how to actually create this table.
I tried creating a New Source -> Blank Query and inserting your query, but that doesn't seem to work.
Could you please add some more detailed steps on how to add it to the queries, for newbies like me? :)
konstantinos
Memorable Member
10 years agobernitorres You can create/import tables with 2 ways. One is importing with "Get Data" and the other is through DAX data modelling.
You need to go to the data model view and in the ribbon go to modeling tab & select "New Table". thus using DAX language.
The "Get data" uses M language which is used only for importing data to data model.
Keep in mind that you need to already have import some data in order to see the :Modelling" tab..