Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi, I'm new to Power BI, I am looking to create a unique numbering table which starts at 1 and will go all the way through to over 80,000 values (rows).
i recently setup a number of tables in excel and just imported the data, however i am now looking to clear the source to all my excel tables and build the tables directly within Power BI.
Is there a way i can create a table that automatically builds the rows starting and number 1 and subsequently increases by one, going all the way to over 80,000?
I cannot copy & Paste the data from the spreadsheet as it says "Clipboard contents are too large" and i cannot seem to just copy the data from existing table to create a new static table
Can anyone help or know of a DAX expression that creates the formula formual for me? perhaps a bit like the 'CALENDAR' DAX function but with values?
Thanks in advance
Dan
Solved! Go to Solution.
Hi @DanC
Is this what you are looking for?
Create a new table ->
TableName = GENERATESERIES ( 1; 80000)
Hi @DanC
Is this what you are looking for?
Create a new table ->
TableName = GENERATESERIES ( 1; 80000)
That works perfectly,
thankyou for your help
Regards
Dan
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 31 | |
| 27 | |
| 24 |