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 ,
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
84 | |
64 | |
52 | |
49 |
User | Count |
---|---|
211 | |
87 | |
80 | |
69 | |
60 |