March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I am trying to put the date as a KPI. Basically if a filter is on a date, then the date should be shown as a big text in the dashboard header. Unfortunately, it shows a #0.00 whenever i filter on the date.
This is the formula:
Date filter = IF (
HASONEVALUE ( DimDate[Date] );
VALUES(DimDate[Date]) ;
"YTD Cumulated"
)
Cheers
Solved! Go to Solution.
Hi @alxmti,
The question you are getting is that you have two format in your final result so the KPI only returns one type in this case Number you need to change your formula to something like this:
Date filter = IF ( HASONEVALUE ( DimDate[DAte] ); FORMAT ( VALUES ( DimDate[DAte] ); "dd-mm-yyyy" ); "YTD Cumulated" )
Format the date part as best fits your needs
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @alxmti,
The question you are getting is that you have two format in your final result so the KPI only returns one type in this case Number you need to change your formula to something like this:
Date filter = IF ( HASONEVALUE ( DimDate[DAte] ); FORMAT ( VALUES ( DimDate[DAte] ); "dd-mm-yyyy" ); "YTD Cumulated" )
Format the date part as best fits your needs
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Portuguêsthanks! something as easy as FORMAT 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |