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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.