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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
afrutos
Resolver I
Resolver I

Measure in data segmenter

Hi everyone, I need some help here,
Thanks in advanced

 

I have this table, and here I'm using "Filtro Obra cmpl2 as a measure.

And I would like to use this measure in the data segmenter. 
I realliced I can't do that so, I just create a column with the same formula that I had in that measure.
But is not working properly, because I should have "Obra Completa" in segmenter and is not happening,

This is my formula of the column.

Filtro Obra = IF ([Comprobacion D]="Completada" && [Comprobacion PL]="Completada", "Obra Completa",
IF ([Comprobacion D]="Completada" && [Comprobacion PL]="Incompleta", "PL Incompleta",
IF ([Comprobacion D]="Incompleta" && [Comprobacion PL]= "Completada", "D Incompleta",
IF ([Comprobacion D]="Incompleta" && [Comprobacion PL]= "Incompleta", "Obra Incompleta"))))
 

afrutos_1-1645029349019.png

 

 



1 REPLY 1
DataInsights
Super User
Super User

@afrutos,

 

Does the data segmenter have any filters applied to it? Clear the year filter and see if that causes "Obra Completa" to appear. You can disable interactions between the slicers if you want all the values to appear regardless of the year selected.





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

Proud to be a Super User!




Helpful resources

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