cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
mashmalovsky
New Member

Measure filtering more than it should

Hello everyone! I've made this measure:

Measure =
VAR _PAINEL = DISTINCTCOUNT(dCalendario[Date].[Mês])*11,7
VAR _SIMULADOR = DISTINCTCOUNT(dCalendario[Date].[Mês])*6
 
RETURN
            SWITCH(true();
            SELECTEDVALUE('PLANILHA LANÇAMENTO HORAS'[MODAL])="PAINEL"; _PAINEL;
            SELECTEDVALUE('PLANILHA LANÇAMENTO HORAS'[MODAL])="SIMULADOR"; _SIMULADOR;
            _PAINEL + _SIMULADOR)
 
Then I show this amount of hour by person (the person has to practice in _PAINEL and _SIMULADOR) but when the person has only one modal (either _PAINEL or _SIMULADOR) the measure is not calculating the Total (_PAINEL + _SIMULADOR) like that:

mashmalovsky_0-1685618263830.png

Each column is one person and each bar is a type of practice (_simulador or _painel). The measure above should not change by person, only by the amount of month. Like:

1 month the goal to each person should be 11,7+6 = 17,7
2 months = 17,7*2

 

In the graph example above, it should be a constant = 212 (17,7*12months) for every person, regardless of the amount of practice that person had.

Was that clear enough? Sorry if I wasn't clear enough.

 

Thank you!


1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors