Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Guys,
I been working with this dashboard, and is confusing; the targuet is to have in % meta dist a division of incomings and target; the conditios is if the starting date in the slider is before 01/01/2021 (January 1rst 2021) then I should have a "No aplica", and if it occurs after, then the result of the division should be showed. In the example the date is December 27th 2020, so the leyend "No aplica" should be on the card.
Any suggestion? Thanks a lot, regards,
Abelardo
Solved! Go to Solution.
Hey @Abevann ,
if you want to check for a date you have to compare against a date. Use the DATE function in DAX to create a fixed date:
DATE(2021, 01, 01)
If you just write "01/01/2021" you do a division, so 01 / 01 = 1 / 2021 = 0.0004948(...)
If you have any questions, just let me know. If my answer was helpful, I would be happy if you could give me a thumbs up.
Best regards
Denis
Hey @Abevann ,
if you want to check for a date you have to compare against a date. Use the DATE function in DAX to create a fixed date:
DATE(2021, 01, 01)
If you just write "01/01/2021" you do a division, so 01 / 01 = 1 / 2021 = 0.0004948(...)
If you have any questions, just let me know. If my answer was helpful, I would be happy if you could give me a thumbs up.
Best regards
Denis
Thanks a lot Denis!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |