Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)

How can I use the DAX formula by the title

Hiring_TITLE_2_1 =
var seltab = SELECTEDVALUE('Hiring(Overall||Completed||Active)'[Attribute])
var selPosition = SELECTEDVALUE (hiring_proposal[hiring_proposal_type])
return
IF(ISFILTERED(hiring_proposal[hiring_proposal_type]),
"Number of Hiring Proposal by Hiring Proposal Type Workflow ("&selPosition&"-"&seltab&")",
"Number of Hiring Proposal by Hiring Proposal Type")

It's showing another subtitle by a plain text box and wants to hide

 Number of Hiring Proposal by Hiring Proposal Type Workflow ("&selPosition&"-"&seltab&")"

How can I do this?

1 Answer

0 votes
by (22.5k points)
  • A card should be created to work as mask for the visual
  • The measure should be displayed as a user message on the card based upon the user selection
  • A measure to be created when rendering the visual blank when nothing is selected

If u want to know more about the tool, you can go for this Power BI Certification    

Related questions

0 votes
1 answer
asked Jan 5, 2021 in BI by Chris (11.1k points)
0 votes
1 answer
asked Feb 21, 2021 in BI by Chris (11.1k points)
0 votes
1 answer
asked Dec 13, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
asked Dec 24, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
asked Mar 28, 2021 in BI by Chris (11.1k points)

Browse Categories

...