This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
How to reflect a Date e. g. 07-Nov-2016 on Card Visual.
My requirement is that I am creating separate pages for Daily, Monthly and Annual surgeries.
As the report for today's surgeries will be seen tomorrow, I wish to display "Report Date" in a text box, followed by the date of report either on a Label or in a text box. e. g. Yesterday's report will be seen today hence the daily report page should display Yesterday's date.
How do I do it?
I have already created necessary relationships and a separate measure as:
Today = DATESBETWEEN(SurgeryMaster[Sx. Date],NOW()-1,now()-1)
I am using it in page level filter so that all visuals appearing on the page will be for yesterday.
Thank You.
Solved! Go to Solution.
Do want to always have the day before the "report date" of the latest surgery appeared in a card?
If so, you can add a calculated column which always display the "yesterday" of report date. Then create a measure return the max "Yesterday" and have it displayed in Card Visual.
Column = DATEADD(SurgeryMaster[Sx. Date],1,day)
measure = MAX(SurgeryMaster[Column])
Regards,
Do want to always have the day before the "report date" of the latest surgery appeared in a card?
If so, you can add a calculated column which always display the "yesterday" of report date. Then create a measure return the max "Yesterday" and have it displayed in Card Visual.
Column = DATEADD(SurgeryMaster[Sx. Date],1,day)
measure = MAX(SurgeryMaster[Column])
Regards,
Heartfelt Thanks. That Worked.....
Also I seek help in suppressing the Zero values in Visualizations.
Thanks Again.
Regards,
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 27 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 35 | |
| 32 | |
| 25 | |
| 24 |