This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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]))))
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 25 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 26 | |
| 20 | |
| 19 |