python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I add multiple tables of data source in Google Data Studio?
I want to connect my data source which is a PostgreSQL database containing more than 80+ tables in it. I need these tables to generate different reports, but the issue is I can't find any way to impor...
Amara
Votes: 0
Answers: 1
How can I add multiple metrics in a pie chart using Google Data Studio?
I have 4 column:
Company name
Work done
Work to be done
Revenue
Columns 2, 3 and 4 (Work done, Work to be done and Revenue) are currency expressed in Eur format.
I need to represent this data in a p...
Andrea Usai
Votes: 0
Answers: 1
How to count number of sessions by android device in Data Studio?
How to count number of sessions by android device in Data Studio? When I used it's function in data studio:
SUM(
CASE
WHEN REGEXP_CONTAINS(mobile device, '.*Apple.*') THEN sessions
ELSE NU...
Oly
Votes: 0
Answers: 1
How to remove leading zeroes from a column in Google Data Studio?
I have a column of store IDs which all have leading zeroes. I.E. 0017 shows rather than 17, 0876 shows rather than 876.
All Store IDs are 4 digits long with these leading zeroes. Is there a way to rem...
Owen McWilliams
Votes: 0
Answers: 1