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! Learn more

Reply
snow87
Helper I
Helper I

Duplicate only in report/service

Hi have a dataset where 14 rows have the value IF in the Clarity column. In the desktop app, in the power query interface or the dax interface these show up as the same value.

 

They even have the same value in a calculated column with:

Check =
COUNTROWS (
    FILTER (
        Certification_Data_Query,
        Certification_Data_Query[CERTIFIED_CLARITY] = EARLIER ( Certification_Data_Query[CERTIFIED_CLARITY] )
    )
)
 
so I don't think there's extra blankspace with any of them.
 
But when I look at the report in service (I only have it in service) I have 13 of one IF and one of another IF.
 
Any ideas?
2 REPLIES 2
GilbertQ
Super User
Super User

Hi @snow87 

 

In Power Query the data is case sensitive, so you have to make sure that the text has the exact upper and lower case spelling. If they are different it will be treated as different values.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

They're all all caps

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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 Kudoed Authors