Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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.