Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I am trying to use a table (Direct Query) with NO LOCK hint in the query and it is not working.
Query in Advanced Editor:
let
Source = Sql.Database("servername", "databasename", [Query="select * from tablename nolock"])
in
Source
Apparently, it works on PBI desktop and service but when I upload the report on the company's portal and open a transaction on SQL the data doesn't appear in the report. The data appears only after the transactions are committed or rollback.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.