March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hey guys,
Putting together a project which will mash up our company data with publicly available data from congress. I am putting together a little information section of the report which will have the Name, Party, State etc. of the selected Congressman. But I do not want the text to be populated unless a selection on the filter has been made. I tried the below with a calculated column, but it didn't work:
Name_Dynamic = if(COUNTROWS('Legislators - ALL API') > 1, "Select a Congressman", 'Legislators - ALL API'[name])
any ideas? Thanks.
Solved! Go to Solution.
are using a measure?. This work in a measure not a calculated column
hi @jsabo
Name_Dynamic = if(COUNTROWS('Legislators - ALL API') > 1, "Select a Congressman", Values ('Legislators - ALL API'[name]))
Thanks for the suggestion, @Vvelarde! It just gets stuck as "Select a Congressman" unfortunately... it doesn't change when a selection is made.
are using a measure?. This work in a measure not a calculated column
ah, of course! That worked. Thanks very much!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |