Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
I'm quite new in Power BI, and I can't figure out something about my Calendar Table.
I have created a dimension table for the dates, it ranges from 2010 to 2030, as I don't want to update it too soon. I made the relationship with my "Sales" tables.
In a "Line and Clustered column chart", when I add a "Count" column, and an "Average" line based of some fields, along the date x axis from the Dimension tables, everything is fine, I just see the dates of the data (it is actually just 12 month of data), so it ranges over 2019-2020.
But when I add another line called "Target" which is a measure equal to 90 (90%), therefore independant of any date, the chart displays all dates on the x-axis, from 2010 to 2030, which I kind of understand.
How could I prevent the "Target" line from expanding the date axis ? Only by a formula in the "Target" Measure?
Thanks a lot for your help
Solved! Go to Solution.
@Anonymous change target to this
Target =
90 * DIVIDE ( [count measure], [count measure] )
assuming your count measures is as below or it can be any measure that you are showing in your visual
Count Measure = COUNTROWS ( Table )
I would ❤Kudos 🙂 if my solution helped. ?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
HI @Anonymous ,
It will be nice to have the calculation for your TARGET measure. You can add a filter in your measure calculation to calculate only till the maximum date in your data.
Thanks,
Pragati
@Anonymous can you share the DAX expression of Target measure.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Just Target = 90
so that would make a horizontal line on the graph.
I'm trying to use a IF with returning FALSE(), but the dates are still there.
HI @Anonymous ,
You can also do one thing.
On your line chart visual, you can apply a filter for MAX(DateValue) which is in your data.
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
@Anonymous change target to this
Target =
90 * DIVIDE ( [count measure], [count measure] )
assuming your count measures is as below or it can be any measure that you are showing in your visual
Count Measure = COUNTROWS ( Table )
I would ❤Kudos 🙂 if my solution helped. ?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
That did the trick, thanks a lot !
Hi @Anonymous ,
Just wanted to check if MAX(Date Value) filter on visual worked or not?
If yes, can you mark this also solution?
Thanks,
Pragati
User | Count |
---|---|
73 | |
70 | |
38 | |
23 | |
23 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |