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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Using a Column calculated in data segmentation that shows duplicated values

Hi!

 

Appreciate any help  with this situation

I made a Calculate Colum using:

 

FULL_CLIENT_NAME =

     IF(
           FACT_MCI[ID_CLIENT] = "OMNIB",
            LOOKUPVALUE(DIM_Encar[CLIENT_Name],DIM_Encarg[Client_Account],FACT_MCI[Client_Account]),
        FACT_MCI[Client_Name])

// I use this because a group of clients have to be Reported in one Dashboards as a "Omnib" and in another Dashboard has to show the real client's name

 

I used this Calculated Column FULL_CLIENT_NAME as a Data Segmentation and Tables, yesterday was fine and works showing a unique name but today its start to duplicate de Values (seems to be  gruoped by the day of income was made - but couldnt fix o "disable" this)
 
JuliMoscosoCO_1-1701801521035.png
 
Aslo if I use the Colum FACT_MCI[Client_Name] (on the Data Segmenter o Tables) it does´t grouped like the image showed above
 
JuliMoscosoCO_2-1701801542370.png

 

Any what can I do to fix it?

 

Thanks in advance!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You can create a table and use the FULL_CLIENT_NAME field of this Table 2 as a slicer.

Table 2 = VALUES('Table'[FULL_CLIENT_NAME])

 

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

You can create a table and use the FULL_CLIENT_NAME field of this Table 2 as a slicer.

Table 2 = VALUES('Table'[FULL_CLIENT_NAME])

 

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.