Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hey everyone, I've been stuck on this problem for quite a while now.
I have created a table named "KPI" containing these values. ( These values are the expected result of a certain measure)
So that I can filter my data using it.
As you can see here, The table is filtered no problem, but the cards are not! For example the " Nb Client Sur N" count the number of clients. But it still returns the whole count of the data and not 3 ( in this example)
Any idea how to achieve that?
Hi @AmineGatou ,
Do you have relationship enabled between the client data table and KPI table?
Thanks,
-Arul
Hi arul, no there is no relationship beetween them , since the KPI table only have two columns the KPI'S one has values that are expected to be returned from a measure ( Find it below)
DiagArticleCA N/N-1 = if(and([LYTotCA]<=0,[TotCA]>0),"NEW",if(and([LYTotCA]>0,[TotCA]<=0),"LOST",if(and(and([LYTotCA]>0,[TotCA]>0),([LYTotCA]>[TotCA])),"DEC",if(and(and([LYTotCA]>0,[TotCA]>0),([LYTotCA]<[TotCA])),"INC","STB"))))
I'm really stuck on this.
Hi @AmineGatou ,
Please ellaborate your expectation more in detail. So that i can try to figure out a way to help.
Thanks,
Arul
All right the idea is to filter my data using the "diag YTD/Y-1" measure and its formula is :
------------
if(and([LYTotCA]<=0,[TotCA]>0),"NEW",if(and([LYTotCA]>0,[TotCA]<=0),"LOST",if(and(and([LYTotCA]>0,[TotCA]>0),([LYTotCA]>[TotCA])),"DEC",if(and(and([LYTotCA]>0,[TotCA]>0),([LYTotCA]<[TotCA])),"INC","STB"))))
----------------------
So I got the idea to create a table named "KPI" that contains all the values possible of the measure as rows. Then I created another measure that compare the Selected value from the KPI table and the value of DiagYTD/Y-1 Measure, this way my table was filtered but the cards don't filter. So I need a solution to filter those cards as well.
I hope everything's clear now.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.