The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a measure i want to display against the year-month in which the transaction has been registrated. Same measure i want to display against the weekday of the registration. Same measure I also want to display against the time of the day of the registration.
So I have 3 times the same graphic but with another x-value.
Is there a possibility that i can reduce this to one graphic but with a selectionbutton which x-value the user want to use.
(I know there is a possibility to combine a slicer choice and calculated measures in a new measure and use this as the y-value in the graphical representation. I want to know if there is a possibility to do the same excercise with the x-values.)
Solved! Go to Solution.
Hi @Anonymous,
Please check whether the solution in below artices apply to your scenario:
Dynamic X axis on charts – Power BI
Create a dynamic bar chart axis in Power BI
Regards,
Yuliana Gu
Hi @Anonymous,
Please check whether the solution in below artices apply to your scenario:
Dynamic X axis on charts – Power BI
Create a dynamic bar chart axis in Power BI
Regards,
Yuliana Gu
Thanks for your information.
I needed some time to find how i could make the joined table to combine the real data and the choices for the x-as
After solving the problem of the between table I could experiment with your information and solve my problem!