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