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
Anonymous
Not applicable

Blanks wanted

Hi All

I´m trying to get measure below to only show values for columns Uppgift and År Månad(from date table).

Budgeterad kostnad =
SUMX (
'Fördelningsnyckel',
VAR __h =
CALCULATE ( SUM('Fördelningsnyckel'[Budget]))
RETURN
__h
)
Using this I get this:
Skärmklipp.PNG
What I´m after is that the values in the red box are Blank.

Tables:
Fact_Hours
Date------------Uppgift-Namn-Anteckningar
202201211BobHi
202201121LisaHo
202201042BorisHi
 
Dim_date date relation one way to hours date
Date_____________År Månad
202201012022 Januari
202201022022 Januari
etcetc
 
Dim_Fördelningsnykel Avdelning bidirectional relation to Hours Uppgift 
Avdelning---Budget
1100000
2200000

 

Any idees?

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi @Anonymous ,

 

You could use ISINSCOPE() or ISFILTER() function.

For example:

Measure = IF(ISINSCOPE('Table'[Namn]),BLANK(),[Budgeterad kostnad])
Result would be shown like below.
1.PNG
 
Best Regards,
Jay

View solution in original post

Anonymous
Not applicable

@Anonymous Awsome!! that did it : ) thanks a bunch Buddy

/Måns

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

You could use ISINSCOPE() or ISFILTER() function.

For example:

Measure = IF(ISINSCOPE('Table'[Namn]),BLANK(),[Budgeterad kostnad])
Result would be shown like below.
1.PNG
 
Best Regards,
Jay
Anonymous
Not applicable

@Anonymous Awsome!! that did it : ) thanks a bunch Buddy

/Måns

amitchandak
Super User
Super User

@Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.

Appreciate your Kudos.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.

Users online (27,299)