PowerBI embed app - Client
This is a Angualr UI that be used to display Power BI report
DATABASE: SampleDb -> Transform DataA. Change (ABC)change type->(1.2)Decimal Number, = Table.TransformColumnTypes(Speed1,{{"Speed", type number}}) B. add text fillter (Enabled equal 1) = Table.SelectRows(#"Changed Type", each [SpeedEnabled] = "1") C. Add a local time column, (does not support for DirectQuery) = DateTime.LocalNow()) D. In timestamp column, press top tab of Add column, select Time-> Local Time Column = [timestamp] + #duration(0,10,30,0) //add 10 hours + 30min E. Change (ABC)change type->Date/Time F. Filter is in day (Today, Tomorrow, Yesterday) G. close & apply H. add new column Modeling-> New Column NewLocalTime = 'tablename'[timestamp] + 5/24 I. Add field and select visualizations
Last updated