Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am trying to convert the tableau dashboard to power BI.
In line chart, one of the line is showing value only till today's date.
For Example:
In tableau the blue line is showing data only till today's date
But in Power BI it is showing data continuously. How do I restrict the data till today?
help in this is needed .
Thanks in advance
Solved! Go to Solution.
Hello,
Without knowing anything at all about your data model, you should just need to wrap your measure in an IF function to check for the date. Something like the below should work:
IF (
SELECTEDVALUE ( 'Dates'[Date] ) <= TODAY(),
[Shipping Trend]
)
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
Proud to be a Super User! | |
Hello,
Without knowing anything at all about your data model, you should just need to wrap your measure in an IF function to check for the date. Something like the below should work:
IF (
SELECTEDVALUE ( 'Dates'[Date] ) <= TODAY(),
[Shipping Trend]
)
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
Proud to be a Super User! | |
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 |
---|---|
10 | |
10 | |
10 | |
9 | |
7 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |