Forum Discussion
Anonymous
4 years agoNot 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...
- Anonymous4 years ago
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.Best Regards,Jay - Anonymous4 years ago
Anonymous Awsome!! that did it : ) thanks a bunch Buddy
/Måns
Anonymous
4 years agoNot 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.
Best Regards,
Jay
Anonymous
4 years agoNot applicable
Anonymous Awsome!! that did it : ) thanks a bunch Buddy
/Måns