Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi all,
is there a way to create the designation of a column dinamically?
For example you have a matrix visual and a measure as value. The measure looks like this
Year value = calculate(sum(value);year(date)=year(today())-1)
The designation in the matrix for the measure should be this year 2016 and next year 2017.
Is there still existing a way to create this dynamically based on the syntax of the measure?
Solved! Go to Solution.
You can create a measure like below and put it into a Tile visualization:
CountryTitle = IF(HASONEVALUE(Geography[Country]),"Sales for "&MAX(Geography[Country]),"Sales for All Countries")
The example above puts things like "Sales for All Countries" or "Sales for USA", etc. depending on what is filtered on the page.
HI @Sebastian,
Current power bi not support to use measure as title. I agree with smoupre's point, it may suitable for your requirement.
Perhaps you can try to submit an idea for this requirement.
Regards,
Xiaoxin Sheng
Hi @v-shex-msft, @Greg_Deckler
thanks for your answer.
I think I will submit this as an idea.
Regards
Sebastian
You can create a measure like below and put it into a Tile visualization:
CountryTitle = IF(HASONEVALUE(Geography[Country]),"Sales for "&MAX(Geography[Country]),"Sales for All Countries")
The example above puts things like "Sales for All Countries" or "Sales for USA", etc. depending on what is filtered on the page.
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |