Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi All,
I'm trying to create a dynamic title for my card like below but facing issues. At the moment I've manually used the title but want it to be dynamic.
Any help in creating the same would be highly appreciated.
FYI : "Churn Lost" I can use as a text as it will be constant. I want to make FY'23 Q3 part dynamic somehow.
I have the below column in my table to work on
Solved! Go to Solution.
Thanks for the help.
I actually created few measures and got the desired result.
Hello @Anonymous !
Try this:
Measure = "FY'" & RIGHT(MAX('Table'[Fiscal Year]),2) & " Q" & MAX('Table'[FISCAL_QUARTER] & " Churn Lost"
Getting the below error
@Jo ALso the max value will give the max result in my dataset. I want the current fiscal year and last quarter in my card.
Last quarter I can derive from the below calculation:
I thought you wanted to make it dynamic according to a slicer. If you used a slicer it would display the selected value on the slicer.
If you want to do it according to the system date you have to do a Lookup of the fiscal year using MONTH(TODAY()) and YEAR(TODAY())
Thanks for the help.
I actually created few measures and got the desired result.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 40 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 69 | |
| 32 | |
| 32 | |
| 32 |