Forum Discussion
Dean-Spooner
6 years agoFrequent Visitor
Bar Chart by Day for a Call Logging Database
Hi All, I am new to the power BI community and this is my first post. I have a call logging system that has a database and the columns I currenty have selected are the call referece number and th...
- 6 years ago
Create a simple measure,
Count = COUNT(Sheet1[Created on])Drag created date to axis and remove everything else from data heirarchy except day.
Apply visual level filter as shown below.and you will get below visual.I Hope this will help.Cheers!Sanj
sanjeev803
6 years agoHelper I
Please share sample data so that I can copy and create the visual.
sanjeev803
6 years agoHelper I
Create a simple measure,
Count = COUNT(Sheet1[Created on])
Drag created date to axis and remove everything else from data heirarchy except day.
Apply visual level filter as shown below.
Apply visual level filter as shown below.
and you will get below visual.
I Hope this will help.
Cheers!
Sanj
- Dean-Spooner6 years agoFrequent Visitor
Hi,
This doesnt seem to like it either :(
I have created the measure called count and put this as the value and "created on" as the axis.
The visual comes out like the below. The problem is there is no date hiearchy on my "created on" database column?
Do I need to create some sort of date hiarchy on the "created on column as it doesnt seem to be interpreting the date correctly?
- Dean-Spooner6 years agoFrequent Visitor
Hi,
Can anyone offer any assistance on this please?