Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am trying to display the percentage change between todays data and yesterdays, i have tried to create a measure that will provide the prevous days data, the measure is also filtering for values less than 30:
Solved! Go to Solution.
Hi @Anonymous ,
Like this?
Just create a calculated column and subtract yesterday's value from today's value. Please refer to my pbix file.
Best regards,
Community Support Team Selina zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@Anonymous , You can try measures like
Today = CALCULATE([Net], FILTER('Date','Date'[Date] = Today() ) )
Yesterday = CALCULATE([Net], FILTER('Date','Date'[Date] = Today()-1 ) )
Day Intelligence - Last day, last non continous day
https://medium.com/@amitchandak.1978/power-bi-day-intelligence-questions-time-intelligence-5-5-5c3243d1f9
Hi Amitchandak, thank you for this!
I also need it to filter the results to only count values under 30? is that possible with that formula?
Hi @Anonymous ,
The above formula dynamically displays the current day and yesterday's values. If you need to filter the results, you can create a calculated column to calculate the percentages for both days, and then place the calculated column in the filter area for direct filtering.Like the following shows, I filter data under 50%:
Related pbix file you can also refer.
Best regards,
Community Support Team Selina zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi,
Thank you for this!
I need to only show the percentage change, would i just need to create a measure that divided today by yesterday and then the Multiply by 100?
Hi @Anonymous ,
In power bi, there are more convenient options to help you transform the values directly into percentage form. As shown in the figure,in "column tools".
Best regards,
Community Support Team Selina zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi,
Sorry for any confusion caused, i need to only show the difference between todays and yesterdays percentage, so for example:
Today: 40%
Yesterday: 37%
Percentage Change: +3%
I just need to display the percentage Change on a card.
Hi @Anonymous ,
Like this?
Just create a calculated column and subtract yesterday's value from today's value. Please refer to my pbix file.
Best regards,
Community Support Team Selina zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |