Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
RLSmart
Helper I
Helper I

One object summarizes always, even though it's set to Do Not Summarize

I have a SSAS model as a data source in PBI. 

One of the tables has a series of columns with a 1/0 value.  I use the column itself as a flag, then i have measures that sum(), etc.  

 

All of these columns are the same datatype in the source database, same format in SSAS (whole number) and all of them behave correctly except for one, which whenever I add it to a viz, applies the Average summarization to it.  I can add it to a viz, change it to Don't Summarize, remove it and add it back in and it will do the same again.  

 

[ETA] The viz I am using is just a Table, not a chart, so i would not expect any aggregation, these are attributes, not facts.  

 

Here's the definition of the bad guy (is paper statements fee) and one that is normal.  

{
"name": "Is Paper Statements Fee",
"dataType": "int64",
"description": "Source Code is F and Comment contains Paper Statement or Statement Copy",
"sourceColumn": "Is Paper Statement Fee",
"formatString": "0",
"displayFolder": "_Indicators",
"summarizeBy": "none"
},

{
"name": "Is Money Market Fee",
"dataType": "int64",
"description": "Source Code is F and Product is a Money Market",
"sourceColumn": "Is Money Market Fee",
"formatString": "0",
"displayFolder": "_Indicators",
"summarizeBy": "none"
},

 

I have already completely removed the column from the table, deployed the model, then added it back and redeployed and still it's behaving like this.  

 

Any suggestions on how I can fix this? 

7 REPLIES 7
Anonymous
Not applicable

Hi @RLSmart ,

If you are not using the live connection mode, I'd like to suggest you enter to query editor to check these fields and do formatting operations. (AFAIK, current power bi will break the original data field(columns and measures) structure and use text value to recognize your fields if you are using import mode to get data from AS data source)

Regards,

Xiaoxin Sheng

There is no query editor when SSAS is the data source. 

amitchandak
Super User
Super User

If it is not a live connection. Then in Model/DATA view go and change its data type to text and see if works

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

This is not an option when using SSAS as the data source.  You define everything in SSAS. 

Anonymous
Not applicable

Hi @RLSmart ,

 

Could you please show some screenshots of the error and details for this error?

 

Thanks.

Aiolos Zhao

The 3rd column should look like all of the others, a list of 1 or 0.  Instead it's nonsense in this context.   

This shows how it looks in the table visualization: 

Capture1.PNG

This is how it looks in the Visualizations column: 

Capture2.PNG

and here is how it looks when I click the arrow to show the details: 

 

Capture3.PNG

Anonymous
Not applicable

Hi @RLSmart ,

What version of tools are your works on? If you are working on the old version, have you consider to migrate/rebuild your project with the latest version tool/instance? (power bi desktop data model are based on the last version of AS tabular, it may cause the compatibility issues between old version tools and latest version AS tabular instance)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors