Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be 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

Reply
alxmti
Frequent Visitor

Date as KPI

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

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

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


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

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


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



alxmti
Frequent Visitor

thanks! something as easy as FORMAT 🙂

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.