Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello All,
I have a table where the attributes are created date, pi number, deal vaue, confirmation date etc. I need to calculate total number of PI number, the pi number who are confirmed based on confirmation date, same applies to deal value. When i use a date slider the data is reflecting based on created date, i want to show few visuals based on created date and few visuals based on confirmation date.
Can anyone suggest what needs to be done in such case?
Thanks,
Shiva R
Solved! Go to Solution.
@shivar , while dates can be used as axis as well slicer. You can use common slicer and axis using date table and userelationship. Join date of date table with both dates and there will inactive joins. which you can activate using userelationship
refer
Assume inactive is confirmation date
calculate( SUM(Table[deal vaue]),USERELATIONSHIP ('Table'[confirmation Date], 'Date'[Date]))
You can confirmation value as
calculate( SUM(Table[deal vaue]), filter(Table, not(isblank(Table[confirmation Date]))))
@shivar , while dates can be used as axis as well slicer. You can use common slicer and axis using date table and userelationship. Join date of date table with both dates and there will inactive joins. which you can activate using userelationship
refer
Assume inactive is confirmation date
calculate( SUM(Table[deal vaue]),USERELATIONSHIP ('Table'[confirmation Date], 'Date'[Date]))
You can confirmation value as
calculate( SUM(Table[deal vaue]), filter(Table, not(isblank(Table[confirmation Date]))))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 40 | |
| 33 | |
| 29 | |
| 27 |
| User | Count |
|---|---|
| 131 | |
| 105 | |
| 60 | |
| 56 | |
| 55 |