kevhav1
9 years agoNew Member
Status:
Needs Votes
Set the data model's default Format, for each Data Type
For example: when the Power BI data model first creates a column with Data Type = 'Date', by default that column is formatted like 'Wednesday, March 14, 2001 (dddd, MMMM d, yyyy)'. Then, I always go...
hholthuis
1 year agoFrequent Visitor
I would love this! However I sort of have a workaround now:
- Save the PowerBi Desktop file as a project (*.pbip)
- Close PowerBi desktop
- Find/Replace in the resulting *.tmdl files (I use VS Code but could probably make a powershell or batch script)
- Reopen the model (project) in PowerBi Desktop
String to find: "formatString: Long Date"
Replace with: "formatString: dd-mm-yyyy" (or whichever format you prefer)
You can even do this for multiple files/models all at once.
Recent ideas
Allow Managed Private Endpoint to be disabled/enabled per notebook
Could notebooks have an option to use or not use the workspace's Managed Private Endpoint (MPE)? MPE can significantly increase notebook startup time, even for notebooks that don't need private conn...frithjof_v1 day agoCommunity ChampionNew24Views1like0CommentsMatrix: column totals as a bar chart docked to the edge
What's missing Data bars already work on the Total row and column through conditional formatting, so row totals can be read as length. Column totals cannot: they render as a horizontal bar inside a ...Sayurivalente1 day agoRegular VisitorNew80Views6likes1Comment