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 want to display a line graph that shows the usage for every month and year, but I also want the user to drill in for any one month in particular and see the day-by-day trend of the daily usage.
When I include days, my data displays as infinite (2E+308). I would like it to show clearly the day-to-day patterns. I made sure that only one item and one location site was filtered.
When I include days
When I only do Month and Year. It displays fine (even though the data is not right, but that I can try to fix myself).
Why does this happened and how can I fix this so that I can see the day-by-day trend?
*As mentioned in my comment below:
Maybe there's a formula where I can avoid infinities. I think the reason why infinity is shown is that there are some values that are 0.
0 divided by a number is infinity.
This is the formula for daily usage:
Solved! Go to Solution.
Ok I resolved it.
instead of using this formula:
Daily Usg = [QtyTotal]/([DateDuration] * (5/7))
I used this. Now I don't see infinite values
Ok I resolved it.
instead of using this formula:
Daily Usg = [QtyTotal]/([DateDuration] * (5/7))
I used this. Now I don't see infinite values
Maybe there's a formula where I can avoid infinities. I think the reason why infinity is shown is that there are some values that are 0.
0 divided by a number is infinity.
This is the formula for daily usage:
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 |
---|---|
59 | |
32 | |
27 | |
24 | |
23 |
User | Count |
---|---|
63 | |
53 | |
32 | |
24 | |
20 |