Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.