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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nishamartis
Frequent Visitor

To show the data for current day

Hello,

 

I want to show the present day data(Today's data). So I created a calculated column as below and given a visual level filter as AsofToday is 0.

 

AsofToday = DATEDIFF(DATEVALUE(FactTable[Date]),DATEVALUE(TODAY()),DAY)

 

I have implemented this and published it to powerbi.com

As we are collecting data everyday, it needs to be refreshed everyday.  But the problem is when we try to refresh in powerbi.com the data will be showing as BLANK and when we refresh in power bi desktop it shows proper data.

 

Can anyone please help me to resolve this?

 

Thanks in advance.

 

 

2 REPLIES 2
Greg_Deckler
Super User
Super User

You could try modifying your formula a bit such as:

 

AsofToday = IF(DATEDIFF(DATEVALUE(FactTable[Date]),DATEVALUE(TODAY()),DAY)=0,"today","not today")

And then just change your filter criteria, might clear up the zero vs. blank problem.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Hi,

 

I have a Virtual Machine environment in Pacific time zone.

In the morning when I access my VM(I am located in India), and if I refresh my power bi reports I get blank values for data for As of Today. I created measure for todays date(Today = TODAY()) and displayed using score card visualization. Its showing IST time even though we are accessing powerbi.com in VM.

Can I change the time zone in power.com?

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.