March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
I get an error intermittently when quering tables for instance
Select * FROM a.table1;
the result is
a.column1
a.column2
a.column3 ...... etc
On occasions it will run a refresh and it no longer shows the prefix witch messes up the querys
so I end up with
column1
column2
column3
and potentially vice versa ... why does this happen?
Hi @mjjuk ,
I have a little confused about your scenario.
Do you mean that you do not have all of the data when it has refresh in power bi desktop?
Do you get any error message?
Best Regards,
Cherry
I am not sure if I can explain this in another way that will make more sense 🙂
If I have a query in PBI, for example
SELECT
a.jobnumber,
a.name,
a.address,
a.postcode,
a.visits,
a.duration
FROM database_history.customer_tables
I would expect the table to retain the prefix so the column names would be:
a.jobnumber | a.name | a.address | a.postcode | a.visits | a.duration
I have some applied steps which transforms some of the data but it will not work because the additional steps are like below:
= Table.TransformColumnTypes(Source,{{"a.visits", Int64.Type}, {"a.duration", Int64.Type}})
for some reason the PBI has removed the "a." prefix from the table and now I get the error
"a.visits not found"
It would be straight forward to change all the applied steps to get this to work but this also has a knock on affect to the main report and there are loads of them in the actual report that would need changing accross multiple queries ..... and once done what if all of a sudden the prefixes are returned and I would have to add them back in ... its so fustrating !
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.