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,
I have 1 Direct Query, 3 Import tables, and when I am trying to add custom data for example
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlTSUYopNTAwTjY2UIrViVYyggtYQgSM4QKGFhARE4QeM1OwiClQBMjWVoqNBQA=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type text) meta [Serialized.Text = true]) in type table [Value = _t, Metric = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Value", Int64.Type}, {"Metric", type text}})
in
#"Changed Type"
And published the report to service, and tried accessing with one of user who is assigned in my role.
My report dispalys just the blank pages, like this...
Actual Report should be dispalyed like this.
This is just one tab, but the visuals in all the tabs are behaving the same way.
This report works perfectly fine, when create a table in my database for these custom codes and load it as a table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.