March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I have a bunch of data by date for a handful of dates from a live SQL. I want to be able to track the different points on a graph with a slicer that chooses the point. A sum by time is a point I want to make.
I did this to get all the points together and a sum
The graph is exactly what I want, as is the matrix table, but because of how I did the middle table, the time becomes the slicer, not the point. How can I do this where the point becomes the selected in the slicer, not date and time?
@Anonymous , Try like
XDDD1S1N01A = CALCULATE(
FIRSTNONBLANK(XDDD1S1N01A[DataValue],1),
FILTER(ALL(XDDD1S1N01A),XDDD1S1N01A[Timestamp] in values(Dates[Timestamp]) )
)
Or use treatas
https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/
That returned all zeros.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |