Forum Discussion
Anonymous
3 years agoNot applicable
Selected Value and If Statement
I want to have the state selected show up as a title for the report, but if there is no selected state, I want it to just say USA. Any help would be greatly appreciated, as I have just begun to use power BI
1 Reply
- Arul
Super User
Anonymous ,
try this,
Selected country = IF ( HASONEVALUE ( financials[Country] ) = TRUE (), MAX ( financials[Country] ), "USA" )Thanks,
Arul