As with Power BI Desktop I find it very useful in validating my data as "flow" to see the actual row count at the bottom left of the screen, rather than just 99+. CoPilot tells me this is not possible, but to instead create a Table.Profile step after each transformation. I do not find this to be an efficient way of quickly making informed assumptions about my data flow as I'm designing it.
2 Comments
- miguelCommunity AdminStatus changed:NewtoNew
Power BI Desktop and Power Query in Excel follow the same principles that Power Query Online inside of Dataflow Gen2 does. We try to leverage lazy evaluation as much as possible, which means that we only compute things when they're absolutely necessary in an effort to prevent overloading your data source and/or your own resources in your desktop environment or the cloud.
This means that if you're working with a table that has billions of records and you perform some transformations that could be deemed expensive by your data source, that we will only request to compute around 200 rows of data for the data preview that we showcase, but the rest will not need to be computed and an exact number of rows that could be yielded by that specific step is not required in an effort to not overload the source.
You can, however, click on the "Transform" tab and click the option to "Count rows" which will give you the value that you're after inside of the Data preview
- miguelCommunity AdminStatus changed:NewtoNeeds Votes
Recent ideas
Support QR codes in the barcode scanner in the Power BI app
I was surprised to find that the barcode scanner inside of a Power BI report in the mobile app only supports scanning barcodes, not QR codes. Our warehouse uses QR codes everywhere, so I cannot use t...Jaap_O_RFH2 hours agoNew MemberNew13Views0likes0CommentsAllow enabling Lakehouse Schemas on an existing Lakehouse
Right now Lakehouse Schemas can only be turned on when you first create a Lakehouse. If you already have one running in production and later decide you need schemas, there is no way to enabled them o...AlessioAndriulo2 hours agoAdvocate INew7Views0likes0CommentsAllow enabling Lakehouse Schemas on an existing Lakehouse, without recreating it
Today, Lakehouse Schemas can only be turned on when a Lakehouse is first created. There is no supported way to enable schema support on a Lakehouse that already exists — the only workaround is creati...AlessioAndriulo3 hours agoAdvocate INew27Views4likes0CommentsWorkspace Folder & Subfolder Inventory View for Power BI Reports and Apps
Problem: Many organisations use Power BI workspace folders and nested subfolders to organise reports by department, business area, project, or function. While this structure helps keep content organ...rijesh3 hours agoFrequent VisitorNew7Views1like0Comments