Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a table visual for which I am using a measure as a filter.
This is the measure that I am using as a filter for the table visual:
dateFilter =
IF(
[StartDateMeasure] <= SELECTEDVALUE(tableName[created_at]) && [EndDateMeasure] >= SELECTEDVALUE(tableName[created_at]),
1,
0
)
If I convert this table visual to a bar chart, then it does not show anything:
Step 1: Selected the Stacked column chart visual:
Step 2: Moved "created_at" from Legend to Y-axis. Now there is no data shown in the bar chart:
Also, for some reason, if I clear the dateFilter, then the data is shown in the bar chart. I believe this data is for the case when dateFilter=0.
How do I create a bar chart for this?
The data certainly exists where dateFilter=1 (the rows shown in the first image satisy the condition of the dateFilter)
Hi @Anonymous
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.