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.
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.
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.
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?
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |