The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
As you can see on the screenshot, though the option "Don't summarize" is in place, one entry is missing in the Table visual.
Diagnostics:
Feedback Type:
Frown (Error)
Timestamp:
2023-07-08T22:46:39.4368894Z
Local Time:
2023-07-09T01:46:39.4368894+03:00
Session ID:
f5cc7cfc-fd2a-4bfd-9348-4c9c59d326d9
Release:
June 2023
Product Version:
2.118.1063.0 (23.06) (x64)
OS Version:
Microsoft Windows NT 10.0.22621.0 (x64 ru-RU)
CLR Version:
4.8 or later [Release Number = 533320]
Peak Virtual Memory:
70.1 GB
Private Memory:
528 MB
Peak Working Set:
806 MB
IE Version:
11.1.22621.0
User ID:
3e42d4d7-f7d6-46e3-8ba1-681567a183d3
Workbook Package Info:
1* - en-US, Query Groups: 0, fastCombine: Enabled, runBackgroundAnalysis: False.
Telemetry Enabled:
True
Snapshot Trace Logs:
C:\Users\alexa\Microsoft\Power BI Desktop Store App\FrownSnapShot6ff88ece-9dc0-4d00-9340-b113ab8edabd.zip
Model Default Mode:
Import
Model Version:
PowerBI_V3
Performance Trace Logs:
C:\Users\alexa\Microsoft\Power BI Desktop Store App\PerformanceTraces.zip
Enabled Preview Features:
PBI_sparklines
PBI_scorecardVisual
PBI_NlToDax
PBI_fieldParametersSuperSwitch
PBI_horizontalFusion
PBI_setLabelOnExportPdf
PBI_newCard
Disabled Preview Features:
PBI_shapeMapVisualEnabled
PBI_SpanishLinguisticsEnabled
PBI_qnaLiveConnect
PBI_b2bExternalDatasetSharing
PBI_enhancedTooltips
PBI_angularRls
PBI_onObject
PBI_dynamicFormatString
PBI_oneDriveSave
PBI_oneDriveShare
PBI_gitIntegration
Disabled DirectQuery Options:
TreatHanaAsRelationalSource
Cloud:
GlobalCloud
DPI Scale:
175%
Supported Services:
Power BI
Formulas:
section Section1;
shared data = let
Source = Excel.Workbook(File.Contents("D:\Projects\Power BI\episode 24\data-tom-**bleep**-harry.xlsx"), null, true),
data_Sheet = Source{[Item="data",Kind="Sheet"]}[Data],
#"Promoted Headers" = Table.PromoteHeaders(data_Sheet, [PromoteAllScalars=true]),
#"Changed Type" = Table.TransformColumnTypes(#"Promoted Headers",{{"Name", type text}, {"Points", Int64.Type}})
in
#"Changed Type";
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.