Skip to main content

Vote (0) Share
's profile image

on

Comments (0)
's profile image Profile Picture

Laura Randall on 20 Dec 2024 16:45:49

RE:

This, this, 1000 times this! As a BA validating developers' work on both paginated (.rdl) and standard (.pbix) Power BI reporting, I have limited or no access to view last saved/updated dates on report files themselves. I often find myself wishing I could easily see in the workspace when a report was last (re)saved there so it'd be easier to tell whether a developer may (or may not) have uploaded new changes. It wastes time and adds frustration if they're not perfect about communicating when they push changes and I have to try to figure out whether they did or didn't, especially if they're in a different timezone and may be offline when I'm on. I'm really surprised we don't have at least the option to display that column in any given workspace - please add this!

's profile image Profile Picture

on 20 Dec 2024 16:39:34

RE:

Dear microsoft.com Owner.

Are you interested in exploring exciting new ways to finance your business? If so, I'd love for you to join me and a network of industry experts to explore our world of Alternative Financing.

At Circle Lending Network; we have established ourselves as your global financial partner in all types of Commercial Loans. Our partnership can help in financing new ventures, expand existing businesses, purchase equipment, finance real estates and more.

Visit our landing page https://juansatariano.wixsite.com/lendingcircle to learn more and inquire about our services.

Sincerely,
Leila Weidman
Network Consultant.

's profile image Profile Picture

Billy Hennebry on 20 Dec 2024 16:22:57

RE:

The "Copy Document" functionality should be available for all service documents, both invoice, order, quote, contract and especially now that archiving is available, from the archived service orders, archived service quotes and archived service invoices.

's profile image Profile Picture

Katie Sultan on 20 Dec 2024 15:09:56

RE:

Absolutely agree. I can see "Created On" and "Modified On" in my local timezone, but "Journey Start Time" is in the default timezone (not even sure which one), which could definitely lead to mistakes.

's profile image Profile Picture

Antonio Obregon Simo on 20 Dec 2024 13:08:48

RE:

This is causing a lot of confusion for clients and even consultants, please, it is as simple as adding the two fields mentioned at the end Connor.

's profile image Profile Picture

Josep Pagès on 20 Dec 2024 11:32:58

RE:

I don’t know why this idea has been rejected because it seems very interesting. Since it’s not possible to interact with the existing columns via AL, at least the system should allow hiding those that are not useful, such as the sales price.

's profile image Profile Picture

Andrey Kudryavets on 20 Dec 2024 11:24:26

RE:

We use Power BI in combination with SQL Server. For many of our tables, we maintain system versioning, which allows us to "travel back in time." The point in time to travel is selected by the user, leaving us with a few options:Import History Tables into Power BI:This approach places significant pressure on infrastructure due to the large size of the tables and results in a poor user experience. Additionally, we lose near real-time data freshness and nice sql syntax "FOR SYSTEM_TIME AS OF ".Use M Parameters with SQL Query Manipulation:This setup involves manipulating SQL queries as strings. While it can be done, it is super obscure way that makes sense only for very simple "SLECT * FROM " type of queries. Something a little more complex will be very difficult to write, read, change, and test.Fallback to SSRS Reports:Currently, this is our chosen solution.The same logic applies to any situation where a large amount of data for fetching could be significantly reduced by applying user selection.We aim to phase out SSRS and fully adopt Power BI. However, Power BI still lacks features to effectively supersede SSRS in scenarios like these. Is there a plan to address this limitation and improve the situation?

's profile image Profile Picture

Roberto Ruiz Gimeno on 20 Dec 2024 10:25:12

RE:

Great idea!

's profile image Profile Picture

Linnéa Gustafsson on 20 Dec 2024 09:20:15

RE:

Please fix this ASAP!

's profile image Profile Picture

Povl Odgaard on 20 Dec 2024 07:47:23

RE:

Completely agree with above. You can achieve it quite easily with a little bit of code. Please spend the 15 minutes it takes to do this. This is the time it takes for a developer to make this happen. I've just done it myself using events.Also, from an accounting point of view, I have a hard time understanding why it's not running the postings from a report that you have to call like it was done with "Calculate Depreciations" - this is really bad design accountants perspective.