Claude and ChatGPT came up with the same fonts for body and code snippets: Inter and JetBrains Mono. For Header Claude suggested Space Grotesk and ChatGPT suggested Montserrat semibold or Poppins. To be honest, I cannot tell much of a difference or find one more compelling.
I used a prompt in Claude and ChatGPT to create a Power BI theme json file. Keywords: Power BI, DAX, Visualization, Semantic Modeling, SQL. This is what Claude and ChatGPT came up with.
TotalSales =
CALCULATE(
SUM( Sales[SalesAmount] ),
Sales[OrderDate] <= MAX( 'Date'[Date] )
)
Claude suggested the logo on the left. Not very imaginative. ChatGPT suggested the 2nd logo from the left and I kept removing parts to finally get to the logo I like best (on the right).