The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi ,
1. Steel is one dropdown
2.April is a date field
I wanted to display the page with the dropdown selected (ie Steel selected for example) and the date should display till current date (ie November for example)
How can i achieve this in Desktop.
Solved! Go to Solution.
use SELECTEDVALUE to get the value in the dropdown
format(today(),"mmmm") to get month name
at last use "&" to connect
Proud to be a Super User!
Hi @vignesh-490 ,
You can create a measure as below and put this new measure onto a card visual just as below screenshot...Please find all the details in the attachment.
Measure = SELECTEDVALUE('Table'[Column1])&" Till "&FORMAT(TODAY(),"MMMM")
Best Regards
use SELECTEDVALUE to get the value in the dropdown
format(today(),"mmmm") to get month name
at last use "&" to connect
Proud to be a Super User!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
78 | |
68 | |
52 | |
50 |
User | Count |
---|---|
121 | |
119 | |
77 | |
62 | |
61 |