Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.