Forum Discussion
Dataset record datastamp
- 7 years ago
Hi Anonymous
Besides solution above, you could create calculated columns directly
year = YEAR([cretaedtime]) month = MONTH([cretaedtime]) day = DAY([cretaedtime]) weeknum = WEEKNUM([cretaedtime],2) weekday = WEEKDAY([cretaedtime],2) hour = HOUR([cretaedtime]) minute = MINUTE([cretaedtime]) seconds = SECOND([cretaedtime])
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Which is "weekday x month, or weekday x hour" ?
Do you mean drilling down to different level for each user?
Or show different measures?
Based on my experience, we could create dynamic measures based on filter selection.
Do you want this function?
Please show more details for me to analyze.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
i want that users can choice how to see table.
User 1 want "hour" on Y axis and "seconds" on X axis.
User 2 want "month" on Y axis and "year" on X axis.
Is it possible to do that?
Thanks
v-juanli-msft wrote:Hi Anonymous
Which is "weekday x month, or weekday x hour" ?
Do you mean drilling down to different level for each user?
Or show different measures?
Based on my experience, we could create dynamic measures based on filter selection.
Do you want this function?
Please show more details for me to analyze.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- v-juanli-msft7 years agoCommunity Support
Hi Anonymous
It seems possible.
Please create "year","month","seconds" in individual column, then try the methods as the following videos suggested:
Power BI - Dynamic Axis via Slicer (No DAX)
Create a dynamic bar chart axis in Power BI
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.